Skip to content

Commit 9d127e0

Browse files
author
James Brundage
committed
Updating PipeScript.HelpOut.ps1
1 parent c0ded82 commit 9d127e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PipeScript.HelpOut.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ if ($PipeScriptLoaded) {
1111
"::error:: PipeScript not loaded" |Out-Host
1212
}
1313

14-
Save-MarkdownHelp -Module PipeScript -SkipCommandType Alias -PassThru -Command (
15-
Get-Transpiler
16-
) -ReplaceCommandName '\.psx\.ps1$'
14+
Save-MarkdownHelp -Module PipeScript -SkipCommandType Alias -PassThru -Command (Get-Transpiler) -ReplaceCommandName '\.psx\.ps1$'
1715

1816
Pop-Location

0 commit comments

Comments
 (0)