Skip to content

Commit

Permalink
chore: fix an oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Sep 20, 2024
1 parent 300a841 commit 80f25a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if test -d /home/linuxbrew/.linuxbrew
set -gx INFOPATH "/home/linuxbrew/.linuxbrew/share/info" $INFOPATH

# Homebrew asked for this in order to `brew upgrade`
set -gx HOMEBREW_GITHUB_API_TOKEN {api token goes here, don't remember where that's created}
#set -gx HOMEBREW_GITHUB_API_TOKEN {api token goes here, don't remember where that's created}
else if test -d /opt/homebrew
# Homebrew is installed on MacOS

Expand Down

0 comments on commit 80f25a4

Please sign in to comment.