dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 68aa55517ec8d50c169e13cdbb6445f47121d95a
parent 4326e1ce8b1c512d25a995b1ef6ca8b4253c7ac5
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 17 Feb 2019 14:32:50 +0100

Fix rplayer's reddit permalink display


Former-commit-id: 662d81ac791db3379cdf79b43d1923675a66827e
Diffstat:
Mscripts/rplayer | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/rplayer b/scripts/rplayer @@ -27,7 +27,7 @@ links = [] posts.each do |post| p = post["data"] if not p["is_self"] and p["post_hint"] != "image" - links.append(title: p["title"], url: p["url"], reddit: "https://reddit.com/#{p["permalink"]}") + links.append(title: p["title"], url: p["url"], reddit: "https://reddit.com#{p["permalink"]}") end end