Skip to content

Commit 26a08db

Browse files
cibuild-telliamsmaillet
authored andcommitted
Fixed typo in unit test runner script
1 parent fa5d42b commit 26a08db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Invoke-UnitTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Param(
1717
[string]$Configuration="Release",
1818
[switch]$AllowVsPreReleases,
19-
[switch]$FullInit,
19+
[switch]$FullInit
2020
)
2121

2222
try

0 commit comments

Comments
 (0)