diff options
| -rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -443,7 +443,7 @@ def _CheckGitVersion(): | |||
| 443 | raise CloneFailure() | 443 | raise CloneFailure() |
| 444 | 444 | ||
| 445 | if ver_act is None: | 445 | if ver_act is None: |
| 446 | print('error: "%s" unsupported' % ver_str, file=sys.stderr) | 446 | print('fatal: unable to detect git version', file=sys.stderr) |
| 447 | raise CloneFailure() | 447 | raise CloneFailure() |
| 448 | 448 | ||
| 449 | if ver_act < MIN_GIT_VERSION: | 449 | if ver_act < MIN_GIT_VERSION: |
