updated update-all script

pull/255/head
Cédric Bonhomme 2019-12-19 07:59:17 +01:00
parent 121e139b33
commit 593efd1613
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if [ $? != 0 ]; then
exit 1
fi
composer install -o --no-dev
composer install -o
pathCore="module/Monarc/Core"
pathFO="module/Monarc/FrontOffice"