updated default config file name
This commit is contained in:
parent
859b76be7a
commit
6c6bdf52b3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user