From 49d5ada9370633ecf1e9fb8e334fc458580478d9 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 22 Nov 2019 11:05:40 -0800 Subject: [PATCH] use upgrade --- update/checkForUpdate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/checkForUpdate.go b/update/checkForUpdate.go index a16009a6f..807c43d56 100644 --- a/update/checkForUpdate.go +++ b/update/checkForUpdate.go @@ -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