diff --git a/command/agent/local.go b/command/agent/local.go index d501554d7..d1457c7e5 100644 --- a/command/agent/local.go +++ b/command/agent/local.go @@ -206,7 +206,7 @@ func (l *localState) UpdateCheck(checkID, status, output string) { l.changeMade() l.Unlock() }) - l.checkStatus[checkID] = syncStatus{deferSync: deferSync} + l.checkStatus[checkID] = syncStatus{inSync: true, deferSync: deferSync} } return }