fix
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-13 21:08:15 +01:00
parent b0557bbc48
commit 92cefff212
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -70,7 +70,7 @@ pub async fn upload_pkg(
let arch = pkg_info let arch = pkg_info
.iter() .iter()
.find(|x| x.0 == "pkgname") .find(|x| x.0 == "arch")
.ok_or_else(|| api_error("Package has no arch"))? .ok_or_else(|| api_error("Package has no arch"))?
.1 .1
.as_str(); .as_str();