From fed20588261ba7e13ed23466bcf6f0c52b5d555d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 28 Mar 2018 11:57:40 -0400 Subject: [PATCH] Add username to dist_upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49a922aa..650ccca4 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 vcvrack.com:downloads/z -uvz + rsync repos/*/dist/*.zip vortico@vcvrack.com:downloads/z -uvz