summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate3
1 files changed, 2 insertions, 1 deletions
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