Fix typo in "Unknown configuration key" error

This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-08 15:47:23 -04:00 committed by GitHub
parent 1425d5b31f
commit 6171228435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ var configCmd = &cobra.Command{
if !keyExists { if !keyExists {
logrus.WithFields(logrus.Fields{ logrus.WithFields(logrus.Fields{
"key": args[0], "key": args[0],
}).Fatal("Unkonwn configuration key") }).Fatal("Unknown configuration key")
} }
if len(args) == 1 { if len(args) == 1 {