From 2bb6f4affa680b89a0e413271d0884d8418acf02 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 9 Jan 2023 18:32:01 +0100 Subject: [PATCH] fixed typos --- suricata/acme_rsync/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata/acme_rsync/Makefile b/suricata/acme_rsync/Makefile index f27983c..8052b91 100644 --- a/suricata/acme_rsync/Makefile +++ b/suricata/acme_rsync/Makefile @@ -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) \