diff --git a/config/config.go b/config/config.go index 444fd45..b57d615 100644 --- a/config/config.go +++ b/config/config.go @@ -59,7 +59,7 @@ func getConfigPaths() (paths pathsT) { // If paths is still empty we are missing something if len(paths) == 0 { - log.Fatalln("Error: Neither env: ", envConfigPath, "nor cli flag was specified, unable to start without config.") + log.Fatalln("Error: Neither env:", envConfigPath, "nor cli flag was specified, unable to start without config.") } return }