Skip to content

Commit 8e4c08e

Browse files
committed
Set parameter 'File' to be of string type
1 parent 47f349d commit 8e4c08e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Compile-SourceScript/Public/Compile-SourceScript.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function Compile-SourceScript {
3131
param(
3232
[Parameter(Mandatory=$True)]
3333
[ValidateNotNullOrEmpty()]
34-
$File
34+
[string]$File
3535
,
3636
[Parameter(Mandatory=$False)]
3737
[switch]$SkipWrapper

0 commit comments

Comments
 (0)