From e1fe674ead5d7256099cce9637e7b941c1171429 Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 13 May 2020 14:44:22 -0400 Subject: [PATCH] Autocommitted updated scripts from mari-wovn --- per-host/mari-wovn/.bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/per-host/mari-wovn/.bash_aliases b/per-host/mari-wovn/.bash_aliases index c408cc4..2a2e485 100644 --- a/per-host/mari-wovn/.bash_aliases +++ b/per-host/mari-wovn/.bash_aliases @@ -59,7 +59,7 @@ function update_branch() { set -o nounset set -o pipefail printf "=== Updating the branch...\n" - git fetch --all --prune || exit "$?" + git fetch --all || exit "$?" git pull --rebase || exit "$?" git rebase --interactive develop_front || exit "$?" printf "=== Updating the dependencies...\n"