diff --git a/cmd/control/os.go b/cmd/control/os.go index 438a2f53..7086e19e 100644 --- a/cmd/control/os.go +++ b/cmd/control/os.go @@ -196,7 +196,7 @@ func osVersion(c *cli.Context) error { func startUpgradeContainer(image string, stage, force, reboot, kexec bool, upgradeConsole bool, kernelArgs string) error { command := []string{ - "-t", "upgrade", + "-t", "rancher-upgrade", "-r", config.Version, }