1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snipeit_ynh.git synced 2024-09-03 20:26:16 +02:00

Please no more escaping quotes ...

This commit is contained in:
Alexandre Aubin 2021-11-13 17:39:41 +01:00 committed by GitHub
parent baa9700502
commit a4608186b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ ynh_script_progression --message="Installing Composer..." --weight=15
# Install composer
ynh_install_composer
ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\"
ynh_exec_warn_less ynh_composer_exec --commands="dump-autoload"
pushd "$final_path"
php$phpversion artisan migrate -n --force