diff --git a/weather.go b/weather.go index f4cff81..5322043 100644 --- a/weather.go +++ b/weather.go @@ -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)