Skip to content

Commit

Permalink
Merge pull request #391 from shochdoerfer/fix/typo
Browse files Browse the repository at this point in the history
Fix docker typo
  • Loading branch information
markshust committed Feb 4, 2021
2 parents 8c29d25 + 62fd5bf commit 87f94a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/bin/setup-composer-auth
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [ -z "$PUBLIC_KEY" ] || [ -z "$PRIVATE_KEY" ]; then
fi

# For docker-compose.yml setting: ~/.composer:/var/www/.composer:cached
echo "Authentication will add to host composer global config ($GLOBAL_AUTH) for docekr container"
echo "Authentication will add to host composer global config ($GLOBAL_AUTH) for docker container"
if [ $USE_COMPOSER ]; then
composer global config http-basic.repo.magento.com "$PUBLIC_KEY" "$PRIVATE_KEY"
elif [ $USE_PYTHON3 ]; then
Expand Down

0 comments on commit 87f94a0

Please sign in to comment.