Revert "make remote commands run and not fail if an SSH session failed to be created"

This reverts commit 7224661c71.
This commit is contained in:
2023-07-20 21:20:54 -05:00
parent 7224661c71
commit affdd0abfd
4 changed files with 6 additions and 38 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)
const versionStr = "0.3.1"
const versionStr = "0.3.0"
var (
versionCmd = &cobra.Command{