From 7d2af5655b810b1ebbbbf79ef91af27b04a7dd22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Tue, 21 May 2024 05:02:54 +0900 Subject: [PATCH] style: format --- healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcheck.sh b/healthcheck.sh index 962866af08..dcfcf76786 100644 --- a/healthcheck.sh +++ b/healthcheck.sh @@ -4,4 +4,4 @@ # SPDX-License-Identifier: AGPL-3.0-only PORT=$(grep '^port:' /misskey/.config/default.yml | awk 'NR==1{print $2; exit}') -curl -Sfso /dev/null "http://localhost:${PORT}/healthz" +curl -Sfso/dev/null "http://localhost:${PORT}/healthz"