X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/e714f0566d12b8ad35c9e3768ed6a6f0f5236a9f:/letscert..707fca91ce64b098f3bc55721f630b6822d48bd8:/acmecert?ds=inline
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();