aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-04-03 14:36:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-04-03 14:36:55 -0300
commit9151606d519de344abb07f26eacc833be73e6732 (patch)
tree19e04845133fe9fbfa61564866739e770dcf0f5c
parent8764091c915b914b038398b44a51e91fa704ad48 (diff)
downloadscripts-9151606d519de344abb07f26eacc833be73e6732.tar.gz
scripts-9151606d519de344abb07f26eacc833be73e6732.tar.bz2
Fix: urlinfo: markdown title
-rwxr-xr-xurlinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/urlinfo b/urlinfo
index 2d6a287..276a7bd 100755
--- a/urlinfo
+++ b/urlinfo
@@ -39,5 +39,5 @@ if [ "$BASENAME" == "urlinfo" ]; then
echo " identifier:"
echo " - $IDENTIFIER"
elif [ "$BASENAME" == "urlmd" ]; then
- echo "[$TITLE]($URL)"
+ echo "[$DESC]($URL)"
fi