review: change label autoupdate -> auto-update

This commit is contained in:
2023-03-07 12:31:44 +01:00
parent e9879e2226
commit cb33edaac3
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, "autoupdate")
updatesEnabled, err := getBoolLabel(cl, stackName, "auto-update")
if err != nil {
return err
}