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

$PSHOME Typo #472

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

$PSHOME Typo #472

wants to merge 1 commit into from

Conversation

c7c3r0
Copy link

@c7c3r0 c7c3r0 commented Oct 1, 2022

PR Summary

Correct automatic variable for finding PowerShell's home.

Context

$SPHOME is not an automatic variable for finding PowerShell's home folder.

Changes

Line 68

Checklist

  • [ *] Pull Request has a meaningful title.
  • [ *] Summarized changes.
  • [ *] Pull Request is ready to merge & is not WIP.
  • Added tests / only testable interactively.
    • Make sure you add a new test if old tests do not effectively test the code changed.
  • Added documentation / opened issue to track adding documentation at a later date.

Changed to correct variable for finding Powershell's home folder.
@vexx32
Copy link
Owner

vexx32 commented Oct 1, 2022

Hey, thanks for the PR! This typo is actually intentional, as it illustrates what happens when you mistakenly reference a variable that doesn't exist. Maybe we should clarify the surrounding comments here a bit better instead? 😅

@c7c3r0
Copy link
Author

c7c3r0 commented Oct 1, 2022

“I write, erase, rewrite,
Erase again, and then
A poppy blooms”

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.

None yet

2 participants