X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/9c3c698790057b5c32bb7daacb9269ddf4b677df..17feca20e7d0e958d43e934cdc4894a0457c2727:/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);