mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Fix typo in "Unknown configuration key" error
This commit is contained in:
parent
1425d5b31f
commit
6171228435
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user