]> Raphaël G. Git Repositories - acme/commitdiff
Fix bad spelling
authorRaphaël Gertz <git@rapsys.eu>
Wed, 5 Apr 2017 20:30:28 +0000 (22:30 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 5 Apr 2017 20:30:28 +0000 (22:30 +0200)
Acme.pm
acmeconf

diff --git a/Acme.pm b/Acme.pm
index 2ce7e0346d4ff7a9a67a872335616b7ffc3a5861..1f5675f2603f9b75e6e4fd0abea4b7cfbb93e6e0 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
 #
-# Copyright (C) 2016 - 2017 Raphaël Gertz <acmepl@rapsys.eu>
+# Copyright (C) 2016 - 2017 Raphaël Gertz <acme@rapsys.eu>
 
 # 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
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;
 }