Skip to content

Commit 7029a4c

Browse files
committed
Add comment
1 parent 1fe5107 commit 7029a4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/runtime/runtime.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ func (r *Runtime) getEnv(inherit bool) (map[string]string, map[string]string, er
172172
return vars, execVars, nil
173173
}
174174

175+
// promotPath is a temporary fix to ensure that the PATH is interpreted correctly on Windows
176+
// Should be properly addressed by https://activestatef.atlassian.net/browse/DX-3030
175177
func promotePath(env map[string]string) {
176178
if runtime.GOOS != "windows" {
177179
return

0 commit comments

Comments
 (0)