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