Преглед изворни кода

Updated bin/download to use bin/clinotty

Mark Shust пре 4 година
родитељ
комит
92bd77b808
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compose/bin/download

+ 1 - 1
compose/bin/download

@@ -11,4 +11,4 @@ docker-compose -f docker-compose.yml up -d
 [ $? != 0 ] && echo "Failed to start Docker services" && exit
 sleep 5 #Ensure containers are started...
 
-bin/composer create-project --repository=https://repo.magento.com/ --ignore-platform-reqs magento/project-$edition-edition="$1" .
+bin/clinotty composer create-project --repository=https://repo.magento.com/ --ignore-platform-reqs magento/project-$edition-edition="$1" .