Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9640999 commit 3fbe4f5Copy full SHA for 3fbe4f5
1 file changed
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