mirror of
https://github.com/rancher/rke.git
synced 2025-09-10 11:30:22 +00:00
Remove latest from rke releases URL in warning
This commit is contained in:
2
main.go
2
main.go
@@ -49,7 +49,7 @@ func mainErr() error {
|
|||||||
metadata.RKEVersion = app.Version
|
metadata.RKEVersion = app.Version
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
logrus.Warnf("This is not an officially supported version (%s) of RKE. Please download the latest official release at https://github.com/rancher/rke/releases/latest", app.Version)
|
logrus.Warnf("This is not an officially supported version (%s) of RKE. Please download the latest official release at https://github.com/rancher/rke/releases", app.Version)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
app.Author = "Rancher Labs, Inc."
|
app.Author = "Rancher Labs, Inc."
|
||||||
|
Reference in New Issue
Block a user