summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-24 07:40:44 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-24 07:40:44 -0800
commit094c961cf6fa0ced5047d0dfee83c26fe2a1129c (patch)
treed8b88d56ab5addf592d9bce72286e7787f35de16 /mattermost.go
parentf7a4e9a5737f2d022b56617eff3d70cde64e8962 (diff)
downloadchat-094c961cf6fa0ced5047d0dfee83c26fe2a1129c.tar.gz
chat-094c961cf6fa0ced5047d0dfee83c26fe2a1129c.tar.bz2
chat-094c961cf6fa0ced5047d0dfee83c26fe2a1129c.zip
Fixing github issue 2238 panic because it cannot print localized message
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mattermost.go b/mattermost.go
index ca7d43df7..7446fe791 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -51,8 +51,8 @@ func main() {
parseCmds()
- utils.LoadConfig(flagConfigFile)
utils.InitTranslations()
+ utils.LoadConfig(flagConfigFile)
if flagRunCmds {
utils.ConfigureCmdLineLog()