From 9fcbb01d942061850c9f21a3b521d335b57a85d4 Mon Sep 17 00:00:00 2001 From: Ondrej Brablc Date: Sun, 2 Jun 2024 21:05:51 +0200 Subject: [PATCH] Fix temporary change to test error --- services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.sh b/services.sh index 4679abc..4191b5e 100755 --- a/services.sh +++ b/services.sh @@ -8,7 +8,7 @@ url=http://v1.45 LABEL="swarm-health-alerter.port" -curl -s --fail-with-body --unix-socket $sock $url/servicess -o /tmp/services +curl -s --fail-with-body --unix-socket $sock $url/services -o /tmp/services if [ $? -ne 0 ]; then log_error "$(jq -r .message /tmp/services 2>/dev/null || cat /tmp/services)" exit 1