Do not trigger update check when in dev mode

pull/5805/head
Freddy 6 years ago committed by GitHub
parent 19f44cd1cc
commit c24c73bc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -232,7 +232,7 @@ func (c *cmd) run(args []string) int {
defer agent.ShutdownEndpoints()
defer agent.ShutdownAgent()
if !config.DisableUpdateCheck {
if !config.DisableUpdateCheck && !config.DevMode {
c.startupUpdateCheck(config)
}

Loading…
Cancel
Save