diff options
author | epoch <epoch@hack.thebackupbox.net> | 2021-10-19 07:41:56 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2021-10-19 07:41:56 +0000 |
commit | 7f92814f2200657a58b68bf2ff0376550446d42e (patch) | |
tree | bcb141e34e374f12a8fbe8b479b111165114b8fe /urnresolve | |
parent | a56a48a6a7f153ddc8effce043d015d96d195976 (diff) | |
download | uritools-7f92814f2200657a58b68bf2ff0376550446d42e.tar.gz uritools-7f92814f2200657a58b68bf2ff0376550446d42e.zip |
xkcd was missing a trailing /
Diffstat (limited to 'urnresolve')
-rwxr-xr-x | urnresolve | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |