fix: typo

main
Ricard Illa 2023-05-08 18:22:22 +02:00
parent 398c42392e
commit 8428eacc5b
1 changed files with 2 additions and 2 deletions

View File

@ -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)
###############################################################################