Update download url to reflect new release name schema
This commit is contained in:
parent
76b4fa9ebf
commit
cfa984eabf
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ func CheckLsIOMMU() {
|
|||
|
||||
// Generate the download url
|
||||
downloadUrl := fmt.Sprintf(
|
||||
"https://github.com/HikariKnight/ls-iommu/releases/download/%s/ls-iommu_%s_Linux_x86_64.tar.gz",
|
||||
result.TagName,
|
||||
"https://github.com/HikariKnight/ls-iommu/releases/download/%s/ls-iommu_Linux_x86_64.tar.gz",
|
||||
result.TagName,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue