diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2017-02-21 12:16:08 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2017-02-21 12:16:08 +0100 |
commit | 7e3c48bdc98a7ec7cd5a322ca74b56f1278e78ad (patch) | |
tree | 9703b14757ee8e987018ceeb01edbae22b827bae /update | |
parent | 91b0d4b90f219f853afd9b7035dcb3198364daf4 (diff) | |
download | bin-7e3c48bdc98a7ec7cd5a322ca74b56f1278e78ad.zip bin-7e3c48bdc98a7ec7cd5a322ca74b56f1278e78ad.tar.gz |
update: fix typo
Diffstat (limited to 'update')
-rwxr-xr-x | update | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |