From b9e49a37a87d61b07c72c1489505418b63474a7f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 12 Feb 2019 08:57:52 +0100 Subject: [PATCH] git pull --quiet --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9e18569..8fb7c73 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,7 +91,7 @@ ynh_print_info "Download, check and unpack source" #ynh_setup_source "$final_path" pushd $final_path - git pull + git pull --quiet popd #=================================================