Skip to content

Commit

Permalink
errcheck: utils
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed May 20, 2021
1 parent 0c65f83 commit df0206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func checkArgs(context *cli.Context, expected, checkType int) error {

if err != nil {
fmt.Printf("Incorrect Usage.\n\n")
cli.ShowCommandHelp(context, cmdName)
_ = cli.ShowCommandHelp(context, cmdName)
return err
}
return nil
Expand Down

0 comments on commit df0206a

Please sign in to comment.