Skip to content

Commit

Permalink
preview: rm -f
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb committed Aug 12, 2023
1 parent 5f705d4 commit 44858be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fnt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ case "$1" in
exit 1
fi
mkdir -p "${CACHEDIR}"
rm "${CACHEDIR}/preview.png"
rm -f "${CACHEDIR}/preview.png"
PRINTED=
if curl -L -s "https://screenshots.debian.net/screenshot/fonts-$2" -o "${CACHEDIR}/preview.png"; then
# if we get nothing / "this picture is not available" pic
Expand Down

0 comments on commit 44858be

Please sign in to comment.