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