Skip to content

Commit

Permalink
Merge pull request #317 from fahlmant/force-check-unchecked-version
Browse files Browse the repository at this point in the history
Force ack if version can't be determined
  • Loading branch information
openshift-merge-robot authored Jan 24, 2023
2 parents 10a8600 + 74f965a commit 76fa2a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ func NewCmdRoot(streams genericclioptions.IOStreams) *cobra.Command {
fmt.Println("Warning: Unable to verify that osdctl is running under the latest released version. Error trying to reach GitHub:")
fmt.Println(err)
fmt.Println("Please be aware that you are possibly running an outdated or unreleased version.")

// Version query failed, so we just assume that the version didn't change
latestVersion = utils.Version
}

if utils.Version != latestVersion {
Expand Down

0 comments on commit 76fa2a1

Please sign in to comment.