update comments
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
310a54f0bd
commit
7565cc4437
4 changed files with 1 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue