From 26d20f778b7176a9bfe6b4392e50292d2887e730 Mon Sep 17 00:00:00 2001 From: Mari Date: Thu, 14 May 2020 12:58:25 -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 f20e80e..08eecc4 100644 --- a/per-host/mari-wovn/.bash_aliases +++ b/per-host/mari-wovn/.bash_aliases @@ -55,7 +55,7 @@ function get_remote_branch_name() { function wovn_pull() { ( - cd "~/equalizer.git" + cd ~/equalizer.git printf "=== Retrieving the latest data from the repository...\n" git fetch --all || return "$?" git rebase origin/master master || return "$?"