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

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

View File

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