diff --git a/internal/agent/upgrade.go b/internal/agent/upgrade.go index e95eaf8..b081092 100644 --- a/internal/agent/upgrade.go +++ b/internal/agent/upgrade.go @@ -52,7 +52,7 @@ func ListReleases(includePrereleases bool) semver.Collection { } func Upgrade( - version, source string, force, strictValidations bool, dirs []string, preReleases bool, upgradeRecovery bool) error { + version, source string, force, strictValidations bool, dirs []string, preReleases, upgradeRecovery bool) error { bus.Manager.Initialize() upgradeSpec, c, err := generateUpgradeSpec(version, source, force, strictValidations, dirs, preReleases, upgradeRecovery)