fix Remediate Static Scan Findings

This commit is contained in:
Zhiwei Yin
2020-09-10 14:24:03 +08:00
parent 37ce732ef6
commit 609465f787
10 changed files with 65 additions and 65 deletions

View File

@@ -38,7 +38,7 @@ func newNucleusCommand() *cobra.Command {
Use: "registration-operator",
Short: "Nucleus Operator",
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
_ = cmd.Help()
os.Exit(1)
},
}