about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-05-01 06:21:15 +0000
committerEric Wong <e@80x24.org>2021-05-01 19:11:34 +0000
commit8f83433efb42f96e9eb0a05bd4190722905f277e (patch)
tree585a58b3ff693871428d6b71aa831a3c1bae3e52 /lib
parente76683309ca4f254697d84c23a452290553cae74 (diff)
downloadpublic-inbox-8f83433efb42f96e9eb0a05bd4190722905f277e.tar.gz
This was harmless, but ugly and possibly confusing to
users who run "lei edit-search".
Diffstat (limited to 'lib')
-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 682a43e8..79125214 100644
--- a/lib/PublicInbox/LeiSavedSearch.pm
+++ b/lib/PublicInbox/LeiSavedSearch.pm
@@ -137,7 +137,7 @@ sub new { # new saved search "lei q --save"
         print $fh <<EOM;
 ; to refresh with new results, run: lei up $sq_dst
 [lei]
-        $q
+$q
 [lei "q"]
         output = $dst
 EOM