summaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-08-03 22:50:39 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-08-03 22:50:39 -0700
commit0c484105631cce40423a03a664415fd49cedc094 (patch)
tree163cc7cff5f05b51c13de31501a11082e327d9d8 /release.py
parent08587e3969c8f3f99c804e9eeefa3e4bcbd24e01 (diff)
Update release script.
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index e2235648..f94667b9 100644
--- a/release.py
+++ b/release.py
@@ -43,7 +43,7 @@ def create_source_tarball():
subprocess.check_output(cmd)
def push_to_github():
- cmd = ['git', 'push', 'origin']
+ cmd = ['git', 'push', 'origin', 'master']
print(' '.join(cmd))
subprocess.check_output(cmd)