We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09bd6e commit 9ccb20dCopy full SHA for 9ccb20d
pkg/commands/config_verify.go
@@ -47,7 +47,7 @@ func (c *configCommand) executeVerify(cmd *cobra.Command, _ []string) error {
47
48
printValidationDetail(cmd, &detail)
49
50
- return fmt.Errorf("the configuration contains invalid elements")
+ return errors.New("the configuration contains invalid elements")
51
}
52
53
return nil
0 commit comments