Skip to content

Commit 51cd81a

Browse files
authored
Add missing comma
1 parent c14c2bb commit 51cd81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.libgit2.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Param(
1717
[switch]$test,
1818
[switch]$debug,
1919
[switch]$x86,
20-
[switch]$x64
20+
[switch]$x64,
2121
[switch]$arm64
2222
)
2323

0 commit comments

Comments
 (0)