From 8c0e6211aa8bdb8703abc27a4d0b0b7b0d6c3596 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Sat, 26 Oct 2019 15:13:36 -0600 Subject: [PATCH] set error message back to the way it was. was trying a change to track an error --- cmdSet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdSet.go b/cmdSet.go index fa7beba..018f044 100644 --- a/cmdSet.go +++ b/cmdSet.go @@ -77,7 +77,7 @@ func loadFromToml() { printInfoF("Loading config from toml: $TEXT", messageAttachmentColor.stylize(configFile)) config, err := toml.LoadFile(configFile) if err != nil { - printError(fmt.Sprintf("I Could not read config file: %+v", err)) + printError(fmt.Sprintf("Could not read config file: %+v", err)) return } if config.Has("Emoji.unicodeSupport") {