Pārlūkot izejas kodu

Fix failing shellcheck

Mark Shust 2 gadi atpakaļ
vecāks
revīzija
49ef0fad85
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compose/bin/download

+ 1 - 1
compose/bin/download

@@ -21,7 +21,7 @@ bin/setup-composer-auth
 
 
 bin/fixowns
 bin/fixowns
 
 
-if [ $EDITION == "mageos" ]; then
+if [ "$EDITION" == "mageos" ]; then
   bin/clinotty composer create-project --stability alpha --repository-url=https://upstream-nightly.mage-os.org magento/project-community-edition .
   bin/clinotty composer create-project --stability alpha --repository-url=https://upstream-nightly.mage-os.org magento/project-community-edition .
 else
 else
   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}" .