From: Silvio Rhatto Date: Sat, 3 Apr 2021 17:36:55 +0000 (-0300) Subject: Fix: urlinfo: markdown title X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9151606d519de344abb07f26eacc833be73e6732;p=scripts.git Fix: urlinfo: markdown title --- 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