diff --git a/tools/automate/automate-git.py b/tools/automate/automate-git.py index f0f54e537..b59282cec 100644 --- a/tools/automate/automate-git.py +++ b/tools/automate/automate-git.py @@ -555,7 +555,7 @@ if platform == 'windows': python_exe = 'python.bat' else: git_exe = 'git' - python_exe = 'git' + python_exe = 'python' ##