potential fix for prune fuckery..?

main
Michal 2 years ago committed by GitHub
parent bd37903e6c
commit e98ec1ea49

@ -56,6 +56,6 @@ pub fn prune() {
for pkg in packages_to_del { for pkg in packages_to_del {
fs::remove_file(&pkg).unwrap(); fs::remove_file(&pkg).unwrap();
let _ = fs::remove_file(format!("{}.sig", pkg)); fs::remove_file(format!("{}.sig", &pkg)).unwrap();
} }
} }

Loading…
Cancel
Save