Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Dec 16, 2021
1 parent 6bfd15a commit 7cf6299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/commands/compute/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ func getViceroy(progress text.Progress, out io.Writer, versioner update.Versione
}
}

// The latest_version value 0.0.0 means the property either has not been set
// or is now stale and needs to be refreshed.
if latest.String() == "0.0.0" {
progress.Step("Checking latest Viceroy release...")

Expand Down

0 comments on commit 7cf6299

Please sign in to comment.