From b54173118ed3fb40aaf0da5ef47dc3b7c6888855 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Fri, 26 Feb 2016 22:03:11 +0000 Subject: [PATCH] Ensure HOMEBREW_GITHUB_API_TOKEN is expored to work. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 865bcd8..cd4e857 100644 --- a/.bashrc +++ b/.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)\"; \