]> git.phdru.name Git - git-scripts.git/commitdiff
Fix syntax
authorOleg Broytman <phd@phdru.name>
Mon, 6 Jul 2015 15:51:19 +0000 (18:51 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 6 Jul 2015 15:51:19 +0000 (18:51 +0300)
update

diff --git a/update b/update
index e76a158cbe4de7d6365928f819bd5f34b2ab944b..199e16fb9767fd7e83ec2d49ca765a684682abd7 100755 (executable)
--- 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