From a36b87bea05a23adfb7ddc63a92175e09d293d76 Mon Sep 17 00:00:00 2001
From: Koen <koen@revodux.com>
Date: Tue, 12 Sep 2023 08:10:13 +0000
Subject: [PATCH] Update deploy.sh

---
 deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.sh b/deploy.sh
index 836da6d..fd293e5 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -17,7 +17,7 @@ echo "Purging Cloudflare cache..."
 curl -X POST "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/purge_cache" \
      -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
      -H "Content-Type: application/json" \
-     --data '{"files":["https://plugins.grayjay.app/Youtube", "https://plugins.grayjay.app/Youtube/youtube.png", "https://plugins.grayjay.app/Youtube/YoutubeConfig.json", "https://plugins.grayjay.app/Youtube/YoutubeScript.js"]}'
+     --data '{"files":["https://plugins.grayjay.app/Youtube/youtube.png", "https://plugins.grayjay.app/Youtube/YoutubeConfig.json", "https://plugins.grayjay.app/Youtube/YoutubeScript.js"]}'
 
 # Take site back online
 echo "Bringing site back online..."
-- 
GitLab