summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-02-21 12:16:08 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-02-21 12:16:08 +0100
commit7e3c48bdc98a7ec7cd5a322ca74b56f1278e78ad (patch)
tree9703b14757ee8e987018ceeb01edbae22b827bae /update
parent91b0d4b90f219f853afd9b7035dcb3198364daf4 (diff)
downloadbin-7e3c48bdc98a7ec7cd5a322ca74b56f1278e78ad.zip
bin-7e3c48bdc98a7ec7cd5a322ca74b56f1278e78ad.tar.gz
update: fix typo
Diffstat (limited to 'update')
-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