about summary refs log tree commit diff stats
path: root/leo.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-10-15 18:26:32 +0530
committerAndinus <andinus@nand.sh>2020-10-15 18:26:32 +0530
commitbb75f71105233f6a197ae2945e524132376a89fb (patch)
tree187aa0d40afa263fc815f8ecab0d52a789646138 /leo.pl
parent5924071b7c85e90f37b61ddfb755483686de76a1 (diff)
downloadleo-bb75f71105233f6a197ae2945e524132376a89fb.tar.gz
Add new option in config v0.2.1
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 074223a..01708ad 100755
--- a/leo.pl
+++ b/leo.pl
@@ -70,7 +70,7 @@ $backup_dir .= "/$ymd";
 path($backup_dir)->mkpath; # Create backup directory.
 
 my $gpg_fingerprint = $options{gpg_fingerprint} || "`nil'";
-my @gpg_recipients = split / /, $options{gpg_recipient};
+my @gpg_recipients = split / /, $options{gpg_recipients};
 my $gpg_bin = $options{gpg_bin} || "gpg";
 
 # Print help.