diff --git a/Makefile b/Makefile index 383146f0..6d738f27 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,5 @@ upload: deb dcmd --deb rust-proxmox-acme-rs_*.changes \ | grep -v '.changes$$' \ | tar -cf "rust-proxmox-acme-rs-debs.tar" -T-; \ - cat "rust-proxmox-acme-rs-debs.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster; \ cat "rust-proxmox-acme-rs-debs.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist bullseye; \ rm -f rust-proxmox-acme-rs-debs.tar