fix invisible unicode character

This commit is contained in:
june 2025-02-14 23:21:30 +13:00
parent 24273eff07
commit bcd618661b
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ echo "got new URL: $new_img_url"
if [[ "$last_img_url" == "$new_img_url" ]]; then
# if it's the same image just exit
echo "new URL matches previous URL; exiting."
exit 1
exit 1
else
# send message to discord
curl --request POST \