We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f065d1f commit 0c14cacCopy full SHA for 0c14cac
git/cmd.py
@@ -395,7 +395,7 @@ def _get_default_bash_path(cls) -> str:
395
# independently of the Windows Git. A noteworthy example are repos
396
# with Git LFS, where Git LFS may be installed in Windows but not
397
# in WSL.
398
- if os.name != 'nt':
+ if os.name != "nt":
399
return "bash"
400
gitcore = Path(cls()._call_process("--exec-path"))
401
gitroot = gitcore.parent.parent.parent
0 commit comments