1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Adjust the parameter upgrade-console order (#2246)

This commit is contained in:
niusmallnan
2018-02-05 16:22:16 +08:00
committed by GitHub
parent a29eee070b
commit 22cac7abed

View File

@@ -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,