Skip to content

Commit

Permalink
address lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emanspeaks committed Jan 21, 2024
1 parent f065d1f commit 0c14cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def _get_default_bash_path(cls) -> str:
# independently of the Windows Git. A noteworthy example are repos
# with Git LFS, where Git LFS may be installed in Windows but not
# in WSL.
if os.name != 'nt':
if os.name != "nt":
return "bash"
gitcore = Path(cls()._call_process("--exec-path"))
gitroot = gitcore.parent.parent.parent
Expand Down

0 comments on commit 0c14cac

Please sign in to comment.