Explorar el Código

Update location of dev-urn-catalog-generate

Mark Shust hace 6 años
padre
commit
e81629bbaf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      compose/magento-2/bin/dev-urn-catalog-generate

+ 2 - 2
compose/magento-2/bin/dev-urn-catalog-generate

@@ -4,7 +4,7 @@ bin/copyfromcontainer misc.xml
 
 sed -i .bak 's?/var/www/html?'`pwd`/src'?' src/misc.xml
 rm src/misc.xml.bak
-mkdir -p .idea
-mv src/misc.xml .idea/misc.xml
+mkdir -p src/.idea
+mv src/misc.xml src/.idea/misc.xml
 
 echo "URN's have been generated, you may now restart PHPStorm"