OneGet / MicrosoftDockerProvider

Provider to search, save and install Docker
Other
133 stars 55 forks source link

Wrong case on env PATH cause automation issues of path reload issues #86

Closed gillg closed 2 years ago

gillg commented 2 years ago

On this line https://github.com/OneGet/MicrosoftDockerProvider/blob/68a31d2485a2758273c4f20402fb61afec62dd6e/DockerMsftProvider.psm1#L664

The name of the env var "Path" should be "PATH" to keep the native windows case and avoid issues.

gillg commented 2 years ago

My bad, the case is correct, the issue was on my side !