summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-07-03 16:54:59 +0100
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-03 17:54:59 +0200
commit0e17babdd3175b3876c42adbac1df4c51f4f9a12 (patch)
tree259113990c8791b9284a04ff44c4cfabd5d0e972 /cmd
parentc66b567a1de30bf5b04f4c846d7197132907bf1c (diff)
downloadchat-0e17babdd3175b3876c42adbac1df4c51f4f9a12.tar.gz
chat-0e17babdd3175b3876c42adbac1df4c51f4f9a12.tar.bz2
chat-0e17babdd3175b3876c42adbac1df4c51f4f9a12.zip
Make sure diagnostic ID is loaded before client config. (#9032)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mattermost/commands/server.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/mattermost/commands/server.go b/cmd/mattermost/commands/server.go
index 10b44ad83..9500d5dcb 100644
--- a/cmd/mattermost/commands/server.go
+++ b/cmd/mattermost/commands/server.go
@@ -146,8 +146,6 @@ func runServer(configFileLocation string, disableConfigWatch bool, usedPlatform
manualtesting.Init(api)
}
- a.EnsureDiagnosticId()
-
a.Go(func() {
runSecurityJob(a)
})