mirror of
https://github.com/rancher/rke.git
synced 2025-09-09 02:51:15 +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
|
||||
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
|
||||
}
|
||||
app.Author = "Rancher Labs, Inc."
|
||||
|
Reference in New Issue
Block a user