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

Update powershell example using Out-File. #276

Open
wants to merge 1 commit into
base: main
from
Open

Conversation

@ehuss
Copy link

@ehuss ehuss commented Oct 8, 2020

Why:

The default for Out-File is to overwrite the file. This can cause confusion if you use the given example multiple times in the same step, as all previous entries will be lost.

What's being changed:

Add -Append to the example for PowerShell using Out-File to avoid overwriting previous entries.

Check off the following:

The default for Out-File is to overwrite the file. This can cause confusion if you use the given example multiple times in the same step, as all previous entries will be lost. Use `-Append` to avoid this.
@welcome
Copy link

@welcome welcome bot commented Oct 8, 2020

Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

@github-actions github-actions bot added this to Triage in Docs team reviews Oct 8, 2020
@janiceilene
Copy link
Contributor

@janiceilene janiceilene commented Oct 8, 2020

@ehuss Thanks for the pull request! I'll let @github/docs-content-ecosystem know it's ready for review 👍

@janiceilene janiceilene moved this from Triage to Ecosystem in Docs team reviews Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.