Skip to content

Commit 0e40d47

Browse files
committed
Add a missing comma
1 parent 943685d commit 0e40d47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/samples/test-file.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,10 +486,9 @@ function Get-EscapedPath
486486
param(
487487
[Parameter(
488488
Position=0,
489-
Mandatory=$true
489+
Mandatory=$true,
490490
ValueFromPipeline=$true,
491-
ValueFromPipelineByPropertyName=$true)
492-
]
491+
ValueFromPipelineByPropertyName=$true)]
493492
[string]$path
494493
)
495494

0 commit comments

Comments
 (0)