From aeb35d2f3688326e42f3e54e4f1a71ddcb7fb8e9 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 22 Apr 2015 16:01:55 +0300 Subject: [PATCH] Fix typo in automate-git.py (issue #1612) --- tools/automate/automate-git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ##