Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into bboozzoo/performa…
Browse files Browse the repository at this point in the history
…nce-parallel-seccomp-compile
  • Loading branch information
bboozzoo committed Dec 3, 2019
2 parents 87723d6 + 687fda2 commit b424a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlord/devicestate/devicemgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ func (m *DeviceManager) ensureInstalled() error {
return nil
}

if m.operatingMode != "install" {
if m.operatingMode() != "install" {
return nil
}

Expand Down

0 comments on commit b424a4e

Please sign in to comment.