From 4e75cec98d5465438b81ade0036e2b6fc7ab59c8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 6 Jul 2015 18:51:19 +0300 Subject: [PATCH] Fix syntax --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5