diff --git a/deploy.sh b/deploy.sh
index 449b16e133bf9c91d980e18e097d400c947cb44d..ad878cd5ac4e25d891b26031324408448d8ea230 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -20,6 +20,6 @@ curl -X POST "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/pur
      -H "Content-Type: application/json" \
      --data '{"files":["https://plugins.grayjay.app/Spotify/SpotifyIcon.png", "https://plugins.grayjay.app/Spotify/SpotifyConfig.json", "https://plugins.grayjay.app/Spotify/SpotifyScript.js"]}'
 
-# Take site back online 
+# Take site back online
 echo "Bringing site back online..."
 rm $DOCUMENT_ROOT/maintenance.file
\ No newline at end of file