mirror of https://github.com/status-im/consul.git
Do not trigger update check when in dev mode
This commit is contained in:
parent
19f44cd1cc
commit
c24c73bc59
|
@ -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…
Reference in New Issue