Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
breathbath committed Mar 16, 2021
1 parent 96487b3 commit 65b95b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ var (
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
if OutputFormat != "" && OutputFormat != output.FormatHuman && OutputFormat != output.FormatYAML && OutputFormat != output.FormatJSON {
return fmt.Errorf(
"unknown format '%s', supported formats are %s, %s, %s",
"unknown format '%s', supported formats are %s, %s",
OutputFormat,
output.FormatJSON,
output.FormatJSONPretty,
output.FormatYAML,
)
}
Expand Down

0 comments on commit 65b95b6

Please sign in to comment.