Skip to content

Commit

Permalink
πŸ› Fix install for GitHub CLI on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Aug 31, 2023
1 parent e23d7ee commit d56fbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/installs/macos/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \
print_in_purple "\n Git\n\n"

brew_install "Git" "git"
brew_install "GitHub CLI" "github/gh/gh"
brew_install "GitHub CLI" "gh"

0 comments on commit d56fbf9

Please sign in to comment.