Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix add-path.ps1 to use $PSScriptRoot instead of $PWD #207

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

SteveL-MSFT
Copy link
Member

PR Summary

Script accidentally used $PWD and was tested from the bin folder, but it should have been $PSScriptRoot

PR Context

Fix #152

@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Sep 27, 2023
Merged via the queue into PowerShell:main with commit 3ace6b2 Sep 27, 2023
4 checks passed
@SteveL-MSFT SteveL-MSFT deleted the add-path branch September 27, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add-path.ps1 uses pwd not script root
2 participants