Procházet zdrojové kódy

Change comment of last commit from "setup:upgrade" to "deploying sample data" #249

Mark Shust před 5 roky
rodič
revize
e587252232
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compose/bin/setup

+ 1 - 1
compose/bin/setup

@@ -97,7 +97,7 @@ bin/copyfromcontainer vendor
 echo "Generating SSL certificate..."
 bin/setup-ssl $BASE_URL
 
-echo "Disabling Temando_Shipping module to fix conflict with setup:upgrade. Re-enable at your own risk."
+echo "Disabling Temando_Shipping module to fix conflict with deploying sample data. Re-enable at your own risk."
 bin/magento module:disable Temando_Shipping
 
 echo "Docker development environment setup complete."