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 d0a3534 commit b8ad630Copy full SHA for b8ad630
1 file changed
pkg/util/shellutil/shellutil.go
@@ -171,6 +171,7 @@ func findInstalledGitBash() (string, error) {
171
pathEnv := os.Getenv("PATH")
172
pathDirs := filepath.SplitList(pathEnv)
173
for _, dir := range pathDirs {
174
+ dir = strings.Trim(dir, `"`)
175
if hasDirPart(dir, "system32") {
176
continue
177
}
0 commit comments