forked from toolshed/abra
refactor: less quotes
This commit is contained in:
@ -31,7 +31,7 @@ var appConfigCommand = &cli.Command{
|
||||
|
||||
appFile, exists := files[appName]
|
||||
if !exists {
|
||||
logrus.Fatalf("cannot find app with name '%s'", appName)
|
||||
logrus.Fatalf("cannot find app with name %s", appName)
|
||||
}
|
||||
|
||||
ed, ok := os.LookupEnv("EDITOR")
|
||||
|
Reference in New Issue
Block a user