From a3420151a03184d3bd44f6e2ce5c990a10cf91f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 10 Mar 2017 09:36:44 +0100 Subject: [PATCH] update make upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 195b06a..c67c935 100644 --- a/Makefile +++ b/Makefile @@ -84,4 +84,4 @@ distclean: clean .PHONY: upload upload: ${DEBS} - tar -cf - ${DEBS} | ssh repoman@repo.proxmox.com upload + tar -cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie