From e08a31465aa7069f3b4cb32a91d7ed9431e5830b Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Mon, 8 Jan 2018 11:50:47 +0100 Subject: [PATCH] Typing error in conf.go --- conf/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.go b/conf/config.go index 1a9f80e..67cdf20 100644 --- a/conf/config.go +++ b/conf/config.go @@ -44,7 +44,7 @@ func Init() { if err != nil { if _, ok := err.(viper.ConfigFileNotFoundError); ok { writeCfg() - log.Warn("Generated config file \"pdapiconf.toml\", please edit and run again.") + log.Warn("Generated config file \"pdwebconf.toml\", please edit and run again.") os.Exit(0) } else if _, ok := err.(viper.ConfigParseError); ok { log.Error("Could not parse config file: ", err)