Skip to content

Commit 7c68ef5

Browse files
authored
Update raw.dl.astro
1 parent 8a1d3b4 commit 7c68ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • web/src/pages/dl/bincache/x86_64-linux/[family]/[package]

web/src/pages/dl/bincache/x86_64-linux/[family]/[package]/raw.dl.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function getStaticPaths() {
1111
return {
1212
params: {
1313
family: pkg_family,
14-
package: pkg_name,
14+
package: pkg,
1515
},
1616
props: {
1717
data: app,

0 commit comments

Comments
 (0)