From: Oleg Broytman Date: Mon, 6 Jul 2015 15:51:19 +0000 (+0300) Subject: Fix syntax X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=4e75cec98d5465438b81ade0036e2b6fc7ab59c8;p=git-scripts.git Fix syntax --- diff --git a/update b/update index e76a158..199e16f 100755 --- a/update +++ b/update @@ -20,7 +20,7 @@ git pull --ff-only current master && web="`git config --get --path remote.web.url`" && if [ -n "$web" ]; then - git push web && + git push web fi && cd "$current" && exec git pull origin