Skip to content

Commit 305989f

Browse files
committed
fix a typo caused scripts not being signed
1 parent 0340d8c commit 305989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/CheckSignature.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function Check-All {
7171

7272
# -------------------------------------
7373

74-
$exts = "*.ps1", "*.psm1, *.ps1xml"
74+
$exts = "*.ps1", "*.psm1", "*.ps1xml"
7575
if ($Env:CheckPsd1 -ieq "True") {
7676
$exts += "*.psd1"
7777
}

0 commit comments

Comments
 (0)