Skip to content

Commit

Permalink
fix: brew cli name
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 26, 2022
1 parent 5bcdca4 commit f7be5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can always delete this file.
isHomebrew := isUnderHomebrew(loliBinary)

if isHomebrew {
fmt.Printf("To upgrade, run: %s\n", "brew upgrade gh")
fmt.Printf("To upgrade, run: %s\n", "brew upgrade loli")
return nil
} else {
c := cli.New(version.GetVersionFormatted())
Expand Down

0 comments on commit f7be5f0

Please sign in to comment.