summaryrefslogtreecommitdiff
path: root/misc/dotfiles/bashrc.j2
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dotfiles/bashrc.j2')
-rw-r--r--misc/dotfiles/bashrc.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dotfiles/bashrc.j2 b/misc/dotfiles/bashrc.j2
index 5c81f5f..70bbdbe 100644
--- a/misc/dotfiles/bashrc.j2
+++ b/misc/dotfiles/bashrc.j2
@@ -22,7 +22,7 @@ export CLICOLOR=1
# Get GitHub token from keychain to avoid homebrew rate limiting on GitHub
# side.
export HOMEBREW_GITHUB_API_TOKEN=`security \
- find-generic-password -s "Homebrew GitHub Token" -w`
+ find-generic-password -s "Homebrew GitHub API Token" -w`
fi
{% endif %}