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

This commit is contained in:
Marshall Greenblatt
2015-04-22 16:01:55 +03:00
parent b21a64544e
commit 4821788089

View File

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