Skip to content

Commit

Permalink
Fixed git pull.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 28, 2011
1 parent a9ec0ee commit 0770a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/build_event.py
Expand Up @@ -34,7 +34,7 @@ def git_pull():
print 'Updating source...'
os.chdir(DISTRIB_DIR)
os.system("git checkout master")
os.system("git pull origin master")
os.system("git pull")


def git_tag(tag):
Expand Down

0 comments on commit 0770a88

Please sign in to comment.