Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Aug 27, 2024
1 parent c714a32 commit 9062302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cmds/check-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
func NewCheckConfigCommand(action func(*cli.Context) error) cli.Command {
return cli.Command{
Name: "check-config",
Usage: "Run config check",
Usage: "Run config checks",
SkipFlagParsing: true,
SkipArgReorder: true,
Action: action,
Expand Down

0 comments on commit 9062302

Please sign in to comment.