forked from toolshed/abra
refactor: less quotes
This commit is contained in:
@ -60,7 +60,7 @@ var appSecretGenerateCommand = &cli.Command{
|
||||
}
|
||||
}
|
||||
if !matches {
|
||||
logrus.Fatalf("'%s' doesn't exist in the env config?", secretName)
|
||||
logrus.Fatalf("%s doesn't exist in the env config?", secretName)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user