Skip to content

Commit

Permalink
Fix config parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesura committed Jun 9, 2020
1 parent fbcf9a6 commit 18234d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ func main() {
return
}
global_cfg_path = *config_path
}

// Parse config
// Parse config
if (fileExists(global_cfg_path)) {
global_cfg = parseConfig(global_cfg_path)
}

Expand Down

0 comments on commit 18234d5

Please sign in to comment.