Skip to content

Commit 3bd89b7

Browse files
author
James Brundage
committed
Use-PipeScript: Defaulting to PipeScript (Fixes #188)
1 parent 8644e36 commit 3bd89b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/Use-PipeScript.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
}
6161

62-
if (-not $mySafeName) {
62+
if (-not $mySafeName -or $mySafeName -eq 'Use-PipeScript') {
6363
$mySafeName = 'PipeScript'
6464
}
6565

0 commit comments

Comments
 (0)