diff options
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 |