From e39489eceb9dada2e15861d357ce2966883bc243 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 5 Apr 2017 22:30:28 +0200 Subject: [PATCH] Fix bad spelling --- Acme.pm | 4 ++-- acmeconf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Acme.pm b/Acme.pm index 2ce7e03..1f5675f 100644 --- a/Acme.pm +++ b/Acme.pm @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Copyright (C) 2016 - 2017 Raphaël Gertz +# Copyright (C) 2016 - 2017 Raphaël Gertz # Acme package package Acme; @@ -90,7 +90,7 @@ use constant { VERSION => 'v0.7', # Config - CONFIG => '/etc/acmepl/config' + CONFIG => '/etc/acme/config' }; # User agent object diff --git a/acmeconf b/acmeconf index c5b9134..10595c8 100755 --- a/acmeconf +++ b/acmeconf @@ -34,7 +34,7 @@ my @debian = (); # Init root my %root = (); -tie(%root, 'Tie::IxHash', thumbprint => '/etc/acmepl/thumbprint', certificates => []); +tie(%root, 'Tie::IxHash', thumbprint => '/etc/acme/thumbprint', certificates => []); # Init prod my $prod = 0; @@ -73,7 +73,7 @@ for (my $i = 0; $i <= $#ARGV; $i++) { # Show usage if (scalar(@ARGV) < 1) { - print "Usage: $0 [(-d|--debian)[=example.com[,...]] [(-r|--redhat)[=example.com[,...]]] [...] > /etc/acmepl/config\n"; + print "Usage: $0 [(-d|--debian)[=example.com[,...]] [(-r|--redhat)[=example.com[,...]]] [...] > /etc/acme/config\n"; exit EXIT_FAILURE; } -- 2.41.0