summaryrefslogtreecommitdiffstats
path: root/.local/bin/ref-newsboat.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/ref-newsboat.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/ref-newsboat.pl b/.local/bin/ref-newsboat.pl
index 38d7231..baebdeb 100755
--- a/.local/bin/ref-newsboat.pl
+++ b/.local/bin/ref-newsboat.pl
@@ -33,8 +33,8 @@ sub main
NOTIFY_SEND_PATH,
'-u',
'low',
- ' newsboat',
- $stdout . ' new articles'
+ 'newsboat',
+ ' ' . $stdout . ' new articles'
);
}
exit 0;