We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9640999 commit 3fbe4f5Copy full SHA for 3fbe4f5
pre_commit/languages/golang.py
@@ -62,7 +62,7 @@ def install_environment(repo_cmd_runner, version, additional_dependencies):
62
repo_cmd_runner, ('git', 'clone', '.', repo_src_dir),
63
)
64
65
- if sys.platform == 'cygwin': # pragma: no cover
+ if sys.platform == 'cygwin': # pragma: no cover
66
_, gopath, _ = cmd_output('cygpath', '-w', directory)
67
gopath = gopath.strip()
68
else:
0 commit comments