fix invisible unicode character
This commit is contained in:
parent
24273eff07
commit
bcd618661b
@ -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 [O1
|
||||
exit 1
|
||||
else
|
||||
# send message to discord
|
||||
curl --request POST \
|
||||
|
Loading…
x
Reference in New Issue
Block a user