From: yomguy Date: Fri, 25 May 2012 12:48:39 +0000 (+0200) Subject: fix hub X-Git-Tag: 1.4.3-2^2~10 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d7de29ba9caf6e4e857825fb660ee82cc82299e7;p=telemeta.git fix hub --- diff --git a/tools/dev/push.sh b/tools/dev/push.sh index 1aa43872..c6bab55a 100755 --- a/tools/dev/push.sh +++ b/tools/dev/push.sh @@ -9,13 +9,13 @@ do if [[ $branch == *master* ]]; then echo "Push $branch to github:" - git push github $branch + git push hub $branch fi done git push --tags -git push --tags github +git push --tags hub ssh vcs.parisson.com "cd /var/git/telemeta.git; git update-server-info"