Jelajahi Sumber

Fix docker typo

Stephan Hochdörfer 4 tahun lalu
induk
melakukan
62fd5bfe4f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      compose/bin/setup-composer-auth

+ 1 - 1
compose/bin/setup-composer-auth

@@ -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