Fix double '*' when notifying about inferred tags.

This commit is contained in:
Rob Pearce 2023-11-27 12:54:05 +11:00
parent fd8bd1da18
commit 47afbf1091
1 changed files with 1 additions and 1 deletions

2
scan
View File

@ -20,7 +20,7 @@ function autotags() {
else
TAGS="$TAGS ${ADDTAG[$idx]}"
fi
inform "* Inferred tag '^b${ADDTAG[$idx]}^p' from filename."
inform "Inferred tag '^b${ADDTAG[$idx]}^p' from filename."
fi
idx=$((idx+1))
done