diff options
-rwxr-xr-x | leo.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/leo.pl b/leo.pl index 920a690..da0af3b 100755 --- a/leo.pl +++ b/leo.pl @@ -14,7 +14,7 @@ use Getopt::Long qw/ GetOptions /; my %options = ( encrypt => $ENV{LEO_ENCRYPT}, sign => $ENV{LEO_SIGN}, - sign => $ENV{LEO_SIGNIFY}, + signify => $ENV{LEO_SIGNIFY}, ); GetOptions( |