]> Raphaƫl G. Git Repositories - acme/blobdiff - acmeconf
Fix bad spelling
[acme] / acmeconf
index c5b9134e382e8088282101c135806263484c7a24..10595c83d9b0c6338257babb276f6d4dc88e4368 100755 (executable)
--- 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;
 }