Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

if buildVersion is empty then don't check new versions #3

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

david-tomson
Copy link
Contributor

if buildVersion == "" {
  buildVersion = "unknown"
}

@david-tomson david-tomson requested a review from abdfnx as a code owner January 7, 2022 10:55

if command() != "" {
fmt.Fprintf(stderr, ansi.Color("To upgrade, run: %s\n", "yellow"), ansi.Color(command(), "black:white"))
if buildVersion != "unknown" {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@abdfnx abdfnx merged commit 6b371ea into abdfnx:main Jan 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants