From 8428eacc5b0b3a68782e753b6abb17e168524f1e Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 8 May 2023 18:22:22 +0200 Subject: [PATCH] fix: typo --- narwhal/acme_renew/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/narwhal/acme_renew/Makefile b/narwhal/acme_renew/Makefile index 8fc55c7..72ecea0 100644 --- a/narwhal/acme_renew/Makefile +++ b/narwhal/acme_renew/Makefile @@ -53,7 +53,7 @@ caladan_sync: renew_certs --human-readable \ --rsh "ssh -i $(SSH_KEY)" \ --rsync-path="doas rsync" \ - $(ACME_DIR) \ + $(ACME_DIR)/ \ dags@caladan:$(ACME_DIR) fugu_sync: renew_certs @@ -65,7 +65,7 @@ fugu_sync: renew_certs --human-readable \ --rsh "ssh -i $(SSH_KEY)" \ --rsync-path="doas rsync" \ - $(ACME_DIR) \ + $(ACME_DIR)/ \ dags@fugu:$(ACME_DIR) ###############################################################################