From aad6fb706ce4f0ee1fa211319226212ea08deeaf Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Jun 2024 13:35:49 +0200 Subject: [PATCH] fixup upload command Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19d8adc..6ac698c 100644 --- a/Makefile +++ b/Makefile @@ -55,4 +55,4 @@ upload: build/$(DEB) dcmd --deb rust-pxar_*.changes \ | grep -v '.changes$$' \ | tar -cf- -T- \ - | echo ssh -X repoman@repo.proxmox.com upload --product devel --dist $(UPLOAD_DIST) + | ssh -X repoman@repo.proxmox.com upload --product devel --dist $(UPLOAD_DIST)