From bcd618661b1692d8745fa50289ae304fae6e242d Mon Sep 17 00:00:00 2001 From: june Date: Fri, 14 Feb 2025 23:21:30 +1300 Subject: [PATCH] fix invisible unicode character --- send_cliff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send_cliff.sh b/send_cliff.sh index 703650d..90e3a46 100644 --- a/send_cliff.sh +++ b/send_cliff.sh @@ -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 \