From dcccdbb9ed6bbb2b1976129964a85692d539e9e5 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Wed, 25 Sep 2024 10:15:29 -0400 Subject: [PATCH] OCM-11446 | feat: Add "rosa cli" to !latest error main.go --- cmd/rosa/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rosa/main.go b/cmd/rosa/main.go index a5d702d8ce..565bd193a8 100644 --- a/cmd/rosa/main.go +++ b/cmd/rosa/main.go @@ -138,7 +138,7 @@ func versionCheck(cmd *cobra.Command, _ []string) { return } if !isLatest { - rprtr.Warnf("The current version (%s) is not up to date with latest released version (%s).", + rprtr.Warnf("The current version (%s) is not up to date with latest rosa cli released version (%s).", info.DefaultVersion, latestVersionFromMirror.Original(), )