updated default config file name

This commit is contained in:
Paul 2019-07-24 00:36:37 +02:00
parent 859b76be7a
commit 6c6bdf52b3

View File

@ -18,7 +18,7 @@ const kelvin = -273.15
func main() {
flag.StringVar(&configpath, "configfile", "common.ini", "config file to use with fuelprices section")
flag.StringVar(&configpath, "configfile", "weather.ini", "config file to use with fuelprices section")
flag.Parse()
err := GetConfig(configpath, &wc)