X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/27cdf71e71477b3551643ccc20a4c7eef285e702..e7c939c9bdb2417c1d932249983514e0254967c2:/letscert diff --git a/letscert b/letscert index dbf245e..7c843c6 100755 --- a/letscert +++ b/letscert @@ -19,8 +19,8 @@ use strict; use warnings; -# Load acme -use acme; +# Load Acme +use Acme; # Load POSIX use POSIX qw(EXIT_SUCCESS EXIT_FAILURE);