update comments

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-03-12 18:20:00 -06:00
parent 310a54f0bd
commit 7565cc4437
4 changed files with 1 additions and 10 deletions

View file

@ -88,9 +88,6 @@ func NewVerifyCmd(f *cmdutil.Factory) *cobra.Command {
return nil
},
// Use Run instead of RunE because if an error is returned by runVerify
// when RunE is used, the command usage will be printed
// We only want to print the error, not usage
RunE: func(cmd *cobra.Command, args []string) error {
hc, err := f.HttpClient()
if err != nil {