This commit is contained in:
parent
6eb3678c1c
commit
5763c8a1c4
3 changed files with 4 additions and 3 deletions
|
@ -89,7 +89,7 @@ pub async fn pkg_route(repo: &str, arch: &str, pkg_name: &str, ctx: RequestConte
|
|||
}
|
||||
}
|
||||
|
||||
let pkg = repo.get_pkg(arch, pkg_name).unwrap();
|
||||
let pkg = repo.get_pkg(pkg_name).unwrap();
|
||||
|
||||
if pkg_name.ends_with("pkg.tar.zst") {
|
||||
return respond_with(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue