소스 검색

Fix bin/download from spellcheck analysis

Mark Shust 4 년 전
부모
커밋
ebc25c157a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compose/bin/download

+ 1 - 1
compose/bin/download

@@ -8,4 +8,4 @@ bin/stop
 docker-compose -f docker-compose.yml up -d
 [ $? != 0 ] && echo "Failed to start Docker services" && exit
 
-bin/clinotty composer create-project --repository=https://repo.magento.com/ magento/project-${EDITION}-edition="${VERSION}" .
+bin/clinotty composer create-project --repository=https://repo.magento.com/ magento/project-"${EDITION}"-edition="${VERSION}" .