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

View File

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