From e3a9306931938e53fe1e9e2aeb0d913a3395027a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 15 Aug 2017 13:27:14 +0200 Subject: [PATCH] security/acme-client: whitespace tweak --- security/acme-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 0ba39a731..4b6be15b0 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -2,6 +2,6 @@ PLUGIN_NAME= acme-client PLUGIN_VERSION= 1.9 PLUGIN_COMMENT= Let's Encrypt client PLUGIN_MAINTAINER= opnsense@moov.de -PLUGIN_DEPENDS= acme.sh bind911 +PLUGIN_DEPENDS= acme.sh bind911 .include "../../Mk/plugins.mk"