Browse Source

Updated bin/download to use bin/clinotty

Mark Shust 4 năm trước cách đây
mục cha
commit
92bd77b808
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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" .