diff --git a/main.go b/main.go index d8aeabd8..39044271 100644 --- a/main.go +++ b/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."