Merge pull request #47 from elgnay/issue_5094

Fix remediate static scan findings issues/5094
This commit is contained in:
OpenShift Merge Robot
2020-09-14 21:40:31 -04:00
committed by GitHub

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)
},
}