diff --git a/cmd/config.go b/cmd/config.go index 44ac982..c9e6520 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -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 {