Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Oct 18, 2024
1 parent 1fe5107 commit 7029a4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ func (r *Runtime) getEnv(inherit bool) (map[string]string, map[string]string, er
return vars, execVars, nil
}

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

0 comments on commit 7029a4c

Please sign in to comment.