summaryrefslogtreecommitdiff
path: root/ar/.local/bin/rssadd
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.local/bin/rssadd')
-rwxr-xr-xar/.local/bin/rssadd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/rssadd b/ar/.local/bin/rssadd
index a49c5f8..f78a538 100755
--- a/ar/.local/bin/rssadd
+++ b/ar/.local/bin/rssadd
@@ -14,5 +14,5 @@ rssfile="${XDG_CONFIG_HOME:-${HOME}/.config}/newsboat/urls"
if awk '{print $1}' "$rssfile" | grep "^$url$" >/dev/null; then
notify-send "You already have this RSS feed."
else
- echo "$url" >>"$rssfile" && notify-send "RSS feed added."
+ echo "$url $2" >>"$rssfile" && notify-send "RSS feed added."
fi