about summary refs log tree commit diff stats
path: root/leo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'leo.pl')
-rwxr-xr-xleo.pl2
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(