From c6a50f406fe5b91dbfbd85993cb1c71c9ff4cb10 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 1 Dec 2021 22:39:43 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d95c7bc..8e62143 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" && php$version artisan migrate + git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && php$phpversion artisan migrate popd fi