Fix remediate static scan findings issues/5094

This commit is contained in:
Yang Le
2020-09-09 16:53:11 +08:00
parent ca970cb768
commit a6e71e8083

View File

@@ -39,7 +39,7 @@ func newWorkCommand() *cobra.Command {
Use: "work",
Short: "Spoke Cluster Work",
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
_ = cmd.Help()
os.Exit(1)
},
}