about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiSavedSearch.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-19 08:52:12 +0000
committerEric Wong <e@80x24.org>2021-04-19 20:15:57 +0000
commitcb0bfb6843650025faed942bfd08338fdaf17b3d (patch)
tree23b3b664bde5f55f3d8d97399373316d8ee96b50 /lib/PublicInbox/LeiSavedSearch.pm
parent322f2ba57b211ac34e5b6f138dfd6f9f19614812 (diff)
downloadpublic-inbox-cb0bfb6843650025faed942bfd08338fdaf17b3d.tar.gz
While perl (5.28) doesn't complain about this, it's confusing to
my easily-confused mind.
Diffstat (limited to 'lib/PublicInbox/LeiSavedSearch.pm')
-rw-r--r--lib/PublicInbox/LeiSavedSearch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiSavedSearch.pm b/lib/PublicInbox/LeiSavedSearch.pm
index 94920a4e..19f4aa5f 100644
--- a/lib/PublicInbox/LeiSavedSearch.pm
+++ b/lib/PublicInbox/LeiSavedSearch.pm
@@ -79,7 +79,7 @@ sub new {
                 $self->{-cfg} //= PublicInbox::Config::git_config_dump($f);
                 $self->{'-f'} = $f;
         } else { # new saved search "lei q --save"
-                my $dst = $lei->{ovv}->{dst};
+                $dst = $lei->{ovv}->{dst};
                 $dir = lss_dir_for($lei, \$dst);
                 require File::Path;
                 File::Path::make_path($dir); # raises on error