Ensure HOMEBREW_GITHUB_API_TOKEN is expored to work.
This commit is contained in:
parent
e16cad2e11
commit
b54173118e
2
.bashrc
2
.bashrc
|
@ -128,7 +128,7 @@ fi
|
|||
# Update brew if it's older than one day
|
||||
#--------------------------------------------------------------------------------
|
||||
if [ -x /usr/local/bin/brew ]; then
|
||||
HOMEBREW_GITHUB_API_TOKEN=$(getkey HOMEBREW_GITHUB_API_TOKEN)
|
||||
export HOMEBREW_GITHUB_API_TOKEN=$(getkey HOMEBREW_GITHUB_API_TOKEN)
|
||||
(
|
||||
find /usr/local/.git -name FETCH_HEAD -mtime +0 -exec \
|
||||
bash -c "echo \"--Start: $(date)\"; \
|
||||
|
|
Loading…
Reference in a new issue