Skip to content

Commit 1e3c252

Browse files
committed
build.ps1 - Add missing comma
1 parent 5a110a9 commit 1e3c252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ param(
2121
[string] $Extension = "tar.bz2",
2222

2323
[Parameter(Position = 5)]
24-
[Switch] $NoDebugBuild
24+
[Switch] $NoDebugBuild,
2525

2626
[Parameter(Position = 6)]
2727
[string] $Suffix

0 commit comments

Comments
 (0)