Skip to content

Commit

Permalink
Add token to the output of setting the token to make it more explicit…
Browse files Browse the repository at this point in the history
… that it is set correctly
  • Loading branch information
chrispelzer committed Sep 5, 2015
1 parent 2806842 commit 111beb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/composer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi

if [[ $GITHUB_OAUTH != "" ]]; then
if [[ ! $COMPOSER_IS_INSTALLED -eq 1 ]]; then
echo ">>> Setting Github Personal Access Token"
echo ">>> Setting Github Personal Access Token: $GITHUB_OAUTH"
composer config -g github-oauth.github.com $GITHUB_OAUTH
fi
fi
Expand Down

0 comments on commit 111beb6

Please sign in to comment.