Fix typo in automate-git.py (issue #1612)

This commit is contained in:
Marshall Greenblatt 2015-04-22 16:01:55 +03:00
parent 939a6598c1
commit aeb35d2f36
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ if platform == 'windows':
python_exe = 'python.bat'
else:
git_exe = 'git'
python_exe = 'git'
python_exe = 'python'
##