From ec5d7bfbe7236d7cb32c9ea3997788fd09415cc3 Mon Sep 17 00:00:00 2001 From: Zeon Date: Fri, 13 Sep 2024 19:08:01 +0000 Subject: [PATCH] chore(ci): automated push --- uptime.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uptime.sh b/uptime.sh index 4e98c1c..8d1b468 100644 --- a/uptime.sh +++ b/uptime.sh @@ -1 +1,2 @@ -curl -v $(cat ~/.uptime-url) +echo "$(cat ~/.uptime-url)" +curl -v "$(cat ~/.uptime-url)"