Minor fixup in updateVcpkgPackage.py

This commit is contained in:
Martin Hořeňovský 2017-05-16 14:34:55 +02:00
parent b62c0256b2
commit df5cf2d323
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ def git_push(path_to_repo):
# Update repo to current master, so we don't work off old version of the portsfile
subprocess.call('git pull Microsoft master', shell=True)
subprocess.call('git push', shell=True)
# Create a new branch for the update
subprocess.call('git checkout -b catch-{}'.format(ver_string), shell=True)