Skip to content

Commit

Permalink
Modified latest version message (flyteorg#283)
Browse files Browse the repository at this point in the history
Signed-off-by: Alekhya Sai Punnamaraju <[email protected]>
  • Loading branch information
AlekhyaSasi authored and robert-ulbrich-mercedes-benz committed Jul 2, 2024
1 parent 683d6e6 commit c7296ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytectl/cmd/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func isUpgradeSupported(goos platformutil.Platform) (bool, error) {
if isGreater, err := util.IsVersionGreaterThan(latest, stdlibversion.Version); err != nil {
return false, err
} else if !isGreater {
fmt.Println("You have already latest version of flytectl")
fmt.Println("You already have the latest version of flytectl")
return false, nil
}

Expand Down

0 comments on commit c7296ba

Please sign in to comment.