Skip to content

Commit c6b9612

Browse files
authored
Added missing comma to Windows upload script (#124)
1 parent c9f4eca commit c6b9612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-release/uploadrelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ param(
2929
[string]$target="/srv/www.python.org/ftp/python",
3030
[string]$tests=${env:TEMP},
3131
[string]$doc_htmlhelp=$null,
32-
[string]$embed=$null
32+
[string]$embed=$null,
3333
[string]$sbom=$null
3434
)
3535

0 commit comments

Comments
 (0)