From 5cc1b3184da980b8715aa7510d13a651c65ef480 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 4 Feb 2019 00:26:41 +0100 Subject: [PATCH] fix upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 55357b7..cd16c4a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -87,7 +87,7 @@ path_url=$(ynh_normalize_url_path $path_url) #ynh_setup_source "$final_path" pushd $final_path - git pull --force + git pull git checkout "tags/2.0.0-beta.13" popd