From aff64c226f3fa2b1ce7caece3b53869b47e53335 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 18 Sep 2021 11:59:59 -0400 Subject: [PATCH] [O] update.sh: Fetch silently --- scripts/includes/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/includes/update.sh b/scripts/includes/update.sh index 6b0b291..c2b6884 100644 --- a/scripts/includes/update.sh +++ b/scripts/includes/update.sh @@ -3,7 +3,7 @@ pushd $SCR prefix="&7[&3zshrc&7]" # Check for updates -git fetch origin +git fetch origin --quiet reslog=$(git log HEAD..origin/master --oneline) if [[ "${reslog}" != "" ]] ; then