fix(config): Remove redundant space from log message
This commit is contained in:
parent
e714cca477
commit
1d49948615
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ func getConfigPaths() (paths pathsT) {
|
||||||
|
|
||||||
// If paths is still empty we are missing something
|
// If paths is still empty we are missing something
|
||||||
if len(paths) == 0 {
|
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
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue