From 561874a1000dfb4ab60fa4e679c50e869896b976 Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 15 Oct 2020 16:43:54 +0530 Subject: Fix a typo in variable name --- leo.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit 1.4.1-2-gfad0