diff --git a/config.go b/config.go index 3818b7b..87301a8 100644 --- a/config.go +++ b/config.go @@ -52,6 +52,9 @@ func LoadConfig() { return } + // load the default config + config = defaultConfig + file, err := os.Open(configPath) if err != nil { logger.Debug("default config file doesn't exist, using default")