From 6d864893ee840fb68f0b13dfe7900e1a5a6dbacf Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 8 Aug 2022 10:59:48 +0200 Subject: [PATCH] plugins: sync --- LICENSE | 2 +- .../app/library/OPNsense/AcmeClient/LeAutomation/AcmeVault.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 412acf3ee1..336483a1a8 100644 --- a/LICENSE +++ b/LICENSE @@ -18,7 +18,7 @@ Copyright (c) 2008-2010 Ermal Luçi Copyright (c) 2017-2020 Fabian Franz Copyright (c) 2019 Felix Matouschek Copyright (c) 2014-2021 Franco Fichtner -Copyright (c) 2016-2021 Frank Wall +Copyright (c) 2016-2022 Frank Wall Copyright (c) 2021 Github-jjw Copyright (c) 2016 IT-assistans Sverige AB Copyright (c) 2021-2022 Jan Winkler diff --git a/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeVault.php b/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeVault.php index 3eab03d75d..7242b58f66 100644 --- a/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeVault.php +++ b/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeVault.php @@ -31,7 +31,7 @@ use OPNsense\AcmeClient\LeAutomationInterface; /** - * Run acme.sh deploy hook vault + * Run acme.sh deploy hook vault * @package OPNsense\AcmeClient */ class AcmeVault extends Base implements LeAutomationInterface