Fix double-quote warning.

This commit is contained in:
2025-12-23 15:24:13 +01:00
parent 7460d4086e
commit 74ece549ff

View File

@@ -22,7 +22,7 @@
# 3. This notice may not be removed or altered from any source
# distribution.
YT_URL=$1
YT_URL="$1"
INVID_BASE="https://inv.nadeko.net"
if [[ $YT_URL == *"youtu.be"* ]]
@@ -33,4 +33,4 @@ then
INVID_URL="${INVID_BASE}/${YT_URL##*/}"
fi
echo $INVID_URL
echo "$INVID_URL"