aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 60cfbbd8..4cc8d203 100644
--- a/main.go
+++ b/main.go
@@ -173,7 +173,7 @@ func main() {
nil, opts.Accounts, opts.ConfAerc, opts.ConfBinds, opts.ConfAccounts,
)
if err != nil {
- die("failed to load config: %s", err)
+ die("%s", err)
}
log.Infof("Starting up version %s", log.BuildInfo)