From 1267d04df8ce4c99fb8414783d4b723bec3eda45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 19 Mar 2019 09:28:50 -0500 Subject: [PATCH] Maybe this is needed? --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index 474dfc5c..97899516 100755 --- a/dev.sh +++ b/dev.sh @@ -18,5 +18,5 @@ fi $DIR/hooks/install.sh $PHPBIN composer.phar install -git submodule update --init +$PHPBIN git submodule update --init $PHPBIN --server localhost:8000 --docroot "$DIR/web" "$DIR/web/index.php"