Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
liveans committed Sep 26, 2024
1 parent 3ab2888 commit 40292d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-alpine-packaging-file.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param (
[Parameter(Mandatory = $false)]
[string]$ArchiveUri = 'https://github.com/microsoft/msquic/archive/refs/tags/v$pkgver.tar.gz'
[string]$ArchiveUri = 'https://github.com/microsoft/msquic/archive/refs/tags/v$pkgver.tar.gz',

[Parameter(Mandatory = $false)]
[string]$SHA = ""
Expand Down

0 comments on commit 40292d4

Please sign in to comment.