mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix updating the win32 python repo.
This commit is contained in:
@@ -71,7 +71,7 @@ def update_win32_python():
|
||||
subprocess.check_call(['git', 'clone', PYTHON_26_URL])
|
||||
else:
|
||||
with scoped_cwd('python_26'):
|
||||
subprocess.check_call(['git', 'pull', '--rebase'])
|
||||
subprocess.check_call(['git', 'pull', '--rebase', 'origin', 'master'])
|
||||
|
||||
|
||||
def touch_config_gypi():
|
||||
|
||||
Reference in New Issue
Block a user