fixed typos

main
Ricard Illa 2023-01-09 18:32:01 +01:00
parent 2d4873703f
commit 2bb6f4affa
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ RSYNC_OPTS=--archive --delete --acls --xattrs --compress --verbose --human-reada
sync_certs:
@mkdir -p $(CERTS_DIR)
@echo "pulling certs with rsync"X
@echo "pulling certs with rsync"
@rsync \
$(RSYNC_OPTS) \
$(REMOTE_ACME_PATH) \