X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/acme/blobdiff_plain/d9077b1e3155078c7819629176f65a7720fa1cb6:/letscert..1b0a15d0b5348777515f8424f6f6fde1d7bb7822:/acmecert
diff --git a/letscert b/acmecert
similarity index 92%
rename from letscert
rename to acmecert
index 7c843c6..f8694cb 100755
--- a/letscert
+++ b/acmecert
@@ -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 
 
 # Best practice
 use strict;
@@ -44,7 +44,7 @@ if (scalar(@ARGV) < 2) {
 }
 
 # Create new object
-my $acme = acme->new(shift @ARGV, $debug, $prod, @ARGV);
+my $acme = Acme->new(shift @ARGV, $debug, $prod, @ARGV);
 
 # Prepare environement
 $acme->prepare();