about summary refs log tree commit diff stats
path: root/leo.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-10-15 16:43:54 +0530
committerAndinus <andinus@nand.sh>2020-10-15 16:43:54 +0530
commit561874a1000dfb4ab60fa4e679c50e869896b976 (patch)
tree0963a7c392604ef7ef2afe564fd763be2bcc25bb /leo.pl
parentea4cb9913e6c337e2bb766d0d47f35a3ecadbafd (diff)
downloadleo-561874a1000dfb4ab60fa4e679c50e869896b976.tar.gz
Fix a typo in variable name
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(