Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6499770 commit 6ad0f31Copy full SHA for 6ad0f31
cli/root.go
@@ -78,7 +78,7 @@ func Root() *cobra.Command {
78
// Login handles checking the versions itself since it
79
// has a handle to an unauthenticated client.
80
// Server is skipped for obvious reasons.
81
- if cmd.Name() == "login" || cmd.Name() == "server" {
+ if cmd.Name() == "login" || cmd.Name() == "server" || cmd.Name() == "gitssh" {
82
return nil
83
}
84
0 commit comments