diff options
author | Andinus <andinus@nand.sh> | 2020-10-15 18:26:32 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-10-15 18:26:32 +0530 |
commit | bb75f71105233f6a197ae2945e524132376a89fb (patch) | |
tree | 187aa0d40afa263fc815f8ecab0d52a789646138 /leo.pl | |
parent | 5924071b7c85e90f37b61ddfb755483686de76a1 (diff) | |
download | leo-bb75f71105233f6a197ae2945e524132376a89fb.tar.gz |
Add new option in config v0.2.1
Diffstat (limited to 'leo.pl')
-rwxr-xr-x | leo.pl | 2 |
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. |