forked from toolshed/abra
refactor: less quotes
This commit is contained in:
@ -23,7 +23,7 @@ func Get(appName string) (config.App, error) {
|
||||
return config.App{}, err
|
||||
}
|
||||
|
||||
logrus.Debugf("retrieved '%s' for '%s'", app, appName)
|
||||
logrus.Debugf("retrieved %s for %s", app, appName)
|
||||
|
||||
return app, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user