From 694e4903534d5121f2eb8d6a12b23e7bc800cd15 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Mon, 9 Apr 2018 22:11:02 -0400 Subject: [PATCH] removed unnecessary slash from rss link --- burrow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/burrow b/burrow index 67c3a77..50a9f61 100755 --- a/burrow +++ b/burrow @@ -428,7 +428,7 @@ function make_rss { { printf "\n" printf "%s\n" "$config_gopher_name" - printf "gopher://%s%s/\n" "$config_gopher_server" "$config_gopher_root" + printf "gopher://%s%s\n" "$config_gopher_server" "$config_gopher_root" printf "%s\n" "$config_gopher_desc" } > "${config_dir_gopher}${config_file_rss}"