Skip to content

Commit

Permalink
OCM-11446 | feat: Add "rosa cli" to !latest error main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kaovilai committed Sep 26, 2024
1 parent daac0f7 commit dcccdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rosa/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
)
Expand Down

0 comments on commit dcccdbb

Please sign in to comment.