Skip to content

Commit

Permalink
fix: update download url for ls-iommu checksums.txt
Browse files Browse the repository at this point in the history
after implementing github actions the checksums file was made versioned
  • Loading branch information
HikariKnight committed Apr 2, 2024
1 parent 82e2100 commit a9b889e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/ls_iommu_downloader/ls_iommu_downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ func CheckLsIOMMU() {

// Generate checksums.txt url
checkSumsUrl := fmt.Sprintf(
"https://github.com/HikariKnight/ls-iommu/releases/download/%s/checksums.txt",
"https://github.com/HikariKnight/ls-iommu/releases/download/%s/ls-iommu_%s_checksums.txt",
result.TagName,
result.TagName,
)

Expand Down

0 comments on commit a9b889e

Please sign in to comment.