aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2021-10-19 07:41:56 +0000
committerepoch <epoch@hack.thebackupbox.net>2021-10-19 07:41:56 +0000
commit7f92814f2200657a58b68bf2ff0376550446d42e (patch)
treebcb141e34e374f12a8fbe8b479b111165114b8fe
parenta56a48a6a7f153ddc8effce043d015d96d195976 (diff)
downloaduritools-7f92814f2200657a58b68bf2ff0376550446d42e.tar.gz
uritools-7f92814f2200657a58b68bf2ff0376550446d42e.zip
xkcd was missing a trailing /
-rwxr-xr-xurnresolve2
1 files changed, 1 insertions, 1 deletions
diff --git a/urnresolve b/urnresolve
index 1af4304..fc777a4 100755
--- a/urnresolve
+++ b/urnresolve
@@ -26,7 +26,7 @@ if [ "$nid" = "ietf" ];then
fi
if [ "$nid" = "xkcd" ];then
- echo "https://xkcd.com/${nss}"
+ echo "https://xkcd.com/${nss}/"
fi
if [ "$nid" = "mitre" ];then