Remove Write-Output call from PowerShell example
Default behavior of PowerShell is to send any objects at end of pipeline to output. There is no need to explicitly call Write-Output cmdlet. Fixes #416
This commit is contained in:
@@ -1 +1 @@
|
||||
Write-Output 'Hello World'
|
||||
'Hello World'
|
||||
|
||||
Reference in New Issue
Block a user