From 7d17bd287414a8bfd78ff3a43f3283a197968b6a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 12 Feb 2019 10:07:02 +0100 Subject: [PATCH] git reset --hard --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 8fb7c73..6faacd2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,6 +91,7 @@ ynh_print_info "Download, check and unpack source" #ynh_setup_source "$final_path" pushd $final_path + git reset --hard git pull --quiet popd