use upgrade
This commit is contained in:
parent
e95594675d
commit
49d5ada937
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ func CheckForUpdate(handleUpdate chan func()) {
|
|||
fmt.Printf(utils.Cyan(`
|
||||
A new version of gh is available! %s → %s
|
||||
Changelog: %s
|
||||
Run 'brew reinstall gh' to update!`)+"\n\n", command.Version, latestRelease.Version, latestRelease.URL)
|
||||
Run 'brew upgrade gh' to update!`)+"\n\n", command.Version, latestRelease.Version, latestRelease.URL)
|
||||
}
|
||||
} else {
|
||||
handleUpdate <- nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue