Skip to content

Commit

Permalink
Revert "Add token to the output of setting the token to make it more …
Browse files Browse the repository at this point in the history
…explicit that it is set correctly"

This reverts commit 111beb6.
  • Loading branch information
chrispelzer committed Oct 15, 2015
1 parent 111beb6 commit ec6dda0
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: $GITHUB_OAUTH"
echo ">>> Setting Github Personal Access Token"
composer config -g github-oauth.github.com $GITHUB_OAUTH
fi
fi
Expand Down

0 comments on commit ec6dda0

Please sign in to comment.