From 68f6294a2b7dde95a05e7101167fe3d3b68e7ee4 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 28 Mar 2018 11:59:51 -0400 Subject: [PATCH] Fix rsync URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 650ccca4..9a36cfcc 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ dist_all: # Only useful if you have the private keys to the vcvrack.com server dist_upload: - rsync repos/*/dist/*.zip vortico@vcvrack.com:downloads/z -uvz + rsync repos/*/dist/*.zip vortico@vcvrack.com:downloads/ -uvz