Revert "review: change label autoupdate -> auto-update"

This reverts commit 74baa76f5ee5e5dd7b71b1f14be97cc40dfc611b.
This commit is contained in:
2023-03-07 13:10:57 +01:00
parent d5979436c1
commit edff63b446
2 changed files with 4 additions and 4 deletions

View File

@ -403,7 +403,7 @@ func tryUpgrade(cl *dockerclient.Client, stackName, recipeName string, conf *run
return nil
}
updatesEnabled, err := getBoolLabel(cl, stackName, "auto-update")
updatesEnabled, err := getBoolLabel(cl, stackName, "autoupdate")
if err != nil {
return err
}