Moved tip so it's not in the patchnotes file and won't be included in pipeline
This commit is contained in:
parent
fcd8876198
commit
a36b1dec7a
|
|
@ -197,6 +197,13 @@ begin {
|
||||||
$scriptparent = (get-item $PSScriptRoot ).parent.FullName
|
$scriptparent = (get-item $PSScriptRoot ).parent.FullName
|
||||||
Write-Host "`n"
|
Write-Host "`n"
|
||||||
Get-Content $scriptparent\patchnotes.txt
|
Get-Content $scriptparent\patchnotes.txt
|
||||||
|
Write-Host @"
|
||||||
|
Tip: To page through these notes, try
|
||||||
|
get-pc -patch | oh -p
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
"@
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -350,5 +350,3 @@ Patch: 2020-01-03
|
||||||
-rewritten much of the code for get-pc. It is now in a form that matches most of the current shs powershell modules on gitlab. Get-pc now also properly interacts with the pipeline.
|
-rewritten much of the code for get-pc. It is now in a form that matches most of the current shs powershell modules on gitlab. Get-pc now also properly interacts with the pipeline.
|
||||||
|
|
||||||
|
|
||||||
Tip: To page through these notes, try
|
|
||||||
get-pc -patch | oh -p
|
|
||||||
Loading…
Reference in a new issue