Skip to content

Commit

Permalink
run-update always pulls from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kimball committed Jun 16, 2009
1 parent ba08459 commit 68793a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/run-update.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def reset_git_repo():
def update_repo():
""" Get the latest changes """
print "Updating repository..."
ret = os.system("git pull")
ret = os.system("git pull origin master:master")
if ret > 0:
raise RepoException("Could not download updates. Are you connected to the network?")

Expand Down

0 comments on commit 68793a7

Please sign in to comment.