Fix earlier bug

This commit is contained in:
Daniel 2020-04-21 15:28:59 +02:00 committed by GitHub
parent 71615811e4
commit 9be175c238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ func updateRegistryConfig(_ context.Context, _ interface{}) error {
}
if devMode() != previousDevMode {
registry.SetBeta(devMode())
registry.SetDevMode(devMode())
previousDevMode = devMode()
changed = true
}