1
0
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:
Sebastiaan van Steenis
2020-11-24 21:01:48 +01:00
parent cecb681a3e
commit 148aee86d2

View File

@@ -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."