diff --git a/internal/cli/version/version.go b/internal/cli/version/version.go index e4b52155ec7..e445d751fc8 100644 --- a/internal/cli/version/version.go +++ b/internal/cli/version/version.go @@ -59,7 +59,7 @@ func runVersionCommand(cmd *cobra.Command, args []string) { if err != nil { feedback.Fatal(fmt.Sprintf("Error parsing current version: %s", err), feedback.ErrGeneric) } - latestVersion := updater.ForceCheckForUpdate(currentVersion) + latestVersion := updater.CheckForUpdate(currentVersion) if feedback.GetFormat() != feedback.Text && latestVersion != nil { // Set this only we managed to get the latest version