From 7e3c48bdc98a7ec7cd5a322ca74b56f1278e78ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 21 Feb 2017 12:16:08 +0100 Subject: update: fix typo --- update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update b/update index fedae17..08d7303 100755 --- a/update +++ b/update @@ -49,8 +49,9 @@ function synk() { function git_pull() { pushd $1 >/dev/null || return + echo -e "$CYAN$1$RESET" run "git pull --rebase" || echo -e "$RED FAILED in : $(pwd) $RESET" - pushd + popd >/dev/null } synk -- cgit v1.1-2-g2b99