mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
Fix golint errors
This commit is contained in:
@@ -66,7 +66,7 @@ func installAction(c *cli.Context) error {
|
||||
image := c.String("image")
|
||||
cfg := config.LoadConfig()
|
||||
if image == "" {
|
||||
image = cfg.Rancher.Upgrade.Image + ":" + config.VERSION + config.SUFFIX
|
||||
image = cfg.Rancher.Upgrade.Image + ":" + config.Version + config.Suffix
|
||||
}
|
||||
|
||||
installType := c.String("install-type")
|
||||
|
Reference in New Issue
Block a user