Skip to content

Commit 227fdf3

Browse files
committed
Remove type from input parameter
1 parent cd41826 commit 227fdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/task/Pester.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
param
33
(
44
[Parameter(Mandatory)]
5-
[string]$scriptFolder,
5+
$scriptFolder,
66

77
[Parameter(Mandatory)]
88
[ValidateScript( {

0 commit comments

Comments
 (0)