Skip to content

Commit

Permalink
Merge branch '2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Oct 1, 2019
2 parents 9d9e820 + abd82d2 commit 81f6cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ hooks:
nvm current
nvm install 10.15.3
if ["$COMPOSER_AUTH" == ""]; then
if [ -z "$COMPOSER_AUTH" ]; then
echo "TIP: If you need to authenticate against Github/Gitlab/updates.ez.no, use COMPOSER_AUTH env variable"
echo "See: https://docs.platform.sh/tutorials/composer-auth.html#set-the-envcomposerauth-project-variable"
fi
Expand Down

0 comments on commit 81f6cb6

Please sign in to comment.