Skip to content
Snippets Groups Projects
Commit 5589150f authored by Erick Hitter's avatar Erick Hitter
Browse files

Tidy

parent 773b373d
No related branches found
No related tags found
1 merge request!1Initial release
Pipeline #178 passed with stages
in 6 minutes and 37 seconds
......@@ -46,8 +46,7 @@ func init() {
flag.StringVar(&configPath, "config", "./config.json", "Path to configuration file")
flag.Parse()
cfgPathValid := validatePath(&configPath)
if !cfgPathValid {
if !validatePath(&configPath) {
usage()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment