Skip to content
Snippets Groups Projects
Commit c420f042 authored by Alisa Dinaburg's avatar Alisa Dinaburg
Browse files

fix

parent 56d1843f
Branches
Tags
1 merge request!59configuration for log level
...@@ -35,7 +35,7 @@ func main() { ...@@ -35,7 +35,7 @@ func main() {
flag.Parse() flag.Parse()
if *configFile == "" && *etcdURL == "" { if *configFile == "" && *etcdURL == "" {
log.Fatalln("Config file path or etcd URL not specified") log.Fatal("Config file path or etcd URL not specified")
return return
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment