Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Jan 4, 2022
1 parent 48d2524 commit 075f126
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 @@ -205,6 +205,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 075f126

Please sign in to comment.