Skip to content

Commit 1a68a8f

Browse files
authored
Merge pull request #6311 from sethvs/informationStream
Fix OutputGusher function call
2 parents 3b77bd0 + 2b2cac6 commit 1a68a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/windows-powershell/wmf/whats-new/informationstream-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function OutputGusher {
4040
The following examples show the results of running this function.
4141

4242
```powershell
43-
$r = c:\temp\OutputGusher
43+
$r = OutputGusher
4444
```
4545

4646
```Output

0 commit comments

Comments
 (0)