Added quotes to url

This commit is contained in:
Harrison Deng 2024-10-21 05:07:29 +00:00
parent ff7f843d2f
commit a4ddf13e68

View File

@ -1,2 +1,2 @@
#!/bin/sh
curl https://panel.fun.reslate.systems/api/v1/deploy?uuid=x0kg0ows88co44ww04c00wsc&force=false -H "Accept: application/json" -H "Authorization: Bearer ${TOKEN}"
curl "https://panel.fun.reslate.systems/api/v1/deploy?uuid=x0kg0ows88co44ww04c00wsc&force=false" -H "Accept: application/json" -H "Authorization: Bearer ${TOKEN}"