mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
Fix ynh_composer_exec syntax
This commit is contained in:
parent
a2c873dee0
commit
372eb97e88
1 changed files with 2 additions and 2 deletions
|
@ -181,9 +181,9 @@ then
|
|||
ynh_script_progression --message="Upgrading dependencies with Composer..." --weight=19
|
||||
|
||||
# Force dependency to the used PHP version
|
||||
ynh_exec_warn_less ynh_composer_exec --commands=\"config -g platform.php $YNH_PHP_VERSION\"
|
||||
ynh_exec_warn_less ynh_composer_exec --commands="config -g platform.php $YNH_PHP_VERSION"
|
||||
# Install dependencies
|
||||
ynh_exec_warn_less ynh_composer_exec --commands=\"update --no-dev\"
|
||||
ynh_exec_warn_less ynh_composer_exec --commands="update --no-dev"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue