Fix earlier bug
This commit is contained in:
@@ -71,7 +71,7 @@ func updateRegistryConfig(_ context.Context, _ interface{}) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if devMode() != previousDevMode {
|
if devMode() != previousDevMode {
|
||||||
registry.SetBeta(devMode())
|
registry.SetDevMode(devMode())
|
||||||
previousDevMode = devMode()
|
previousDevMode = devMode()
|
||||||
changed = true
|
changed = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user