diff --git a/scripts/upgrade b/scripts/upgrade index 36d59eb..d95c7bc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -61,7 +61,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading source files..." --weight=1 pushd $final_path - git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && $phpversion artisan migrate + git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && php$version artisan migrate popd fi