1
0
Fork 0

Update release script.

This commit is contained in:
Amjith Ramanujam 2015-08-03 22:50:39 -07:00
parent 08587e3969
commit 0c48410563
1 changed files with 1 additions and 1 deletions

View File

@ -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)