From e67318dc6dd11c0d9d2f24badb0c14a4ce85a654 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 6 Jul 2015 18:51:35 +0300 Subject: [PATCH] Push master explicitly --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 199e16f..2e0aa78 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 master fi && cd "$current" && exec git pull origin -- 2.39.2