Use config.dev.toml by default for Olympus (#748)

* Fixes which config file is references in Olympus main
This commit is contained in:
Henry Jenkins
2018-10-05 14:37:26 +01:00
committed by Michal Pristas
parent 6753def0b7
commit c31dfcb037
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
var (
configFile = flag.String("config_file", filepath.Join("..", "..", "config.toml"), "The path to the config file")
configFile = flag.String("config_file", filepath.Join("..", "..", "config.dev.toml"), "The path to the config file")
)
func main() {