diff --git a/scripts/pull b/scripts/pull index 64f7540..d7e2dbc 100755 --- a/scripts/pull +++ b/scripts/pull @@ -12,7 +12,7 @@ fi # Try auto install for composer if [ -f "$WEBROOT/composer.lock" ]; then - php composer.phar update + php composer.phar update fi cd /var/www/html