From a4ddf13e688c5f88b6782f84c8501eab85b7aacf Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 21 Oct 2024 05:07:29 +0000 Subject: [PATCH] Added quotes to url --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 37f76af..9ace9c9 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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}" \ No newline at end of file +curl "https://panel.fun.reslate.systems/api/v1/deploy?uuid=x0kg0ows88co44ww04c00wsc&force=false" -H "Accept: application/json" -H "Authorization: Bearer ${TOKEN}" \ No newline at end of file