From 207464ba386288ed5f457be1b4837907c19e5d8f Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Thu, 19 Jan 2012 19:28:43 -0800 Subject: [PATCH] Revert "REVERT LATER push to separate remote." This reverts commit 04a1f135097116057a4e0069b7b2bf7cabbffe5a. --- admin/cut-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/cut-release.sh b/admin/cut-release.sh index c01748e771..9fccfaa23e 100755 --- a/admin/cut-release.sh +++ b/admin/cut-release.sh @@ -66,10 +66,10 @@ echo "// Commit to git? Press enter to continue. Hit C-c to abort." read anykey git commit -a -m "Bump to version $VERSION" -git push meteor meteor:master +git push origin master git tag "v$VERSION" -git push meteor "v$VERSION" +git push origin "v$VERSION" echo