mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix typo in automate-git.py (issue #1612)
This commit is contained in:
@ -555,7 +555,7 @@ if platform == 'windows':
|
|||||||
python_exe = 'python.bat'
|
python_exe = 'python.bat'
|
||||||
else:
|
else:
|
||||||
git_exe = 'git'
|
git_exe = 'git'
|
||||||
python_exe = 'git'
|
python_exe = 'python'
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Reference in New Issue
Block a user