diff --git a/deploy.sh b/deploy.sh
index 836da6df900599af03fabfe1b80ee9a0d398ec72..fd293e5d1b60f7e6e81d48286fe7b25533589d95 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..."