Skip to content

Commit

Permalink
Uncomment a line only used for local building
Browse files Browse the repository at this point in the history
  • Loading branch information
tzerk committed Feb 27, 2017
1 parent 6620b28 commit 96361c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func main() {
}
newex := strings.Replace(ex, "BDO-Watchdog.exe", "config.yml", -1)
// This is necessary for dynamic builds in Jetbrains Gogland IDE
newex = strings.Replace(ex, "Application.exe", "config.yml", -1)
//newex = strings.Replace(ex, "Application.exe", "config.yml", -1)

var config Config
source, err := ioutil.ReadFile(newex)
Expand Down

0 comments on commit 96361c3

Please sign in to comment.