From d8183aa00d0b336f8f0386c0b0be044257e6f4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Tue, 13 Feb 2024 10:39:08 +0100 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Stäber --- docker/run-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/run-all.sh b/docker/run-all.sh index 47dd675..70f7d07 100755 --- a/docker/run-all.sh +++ b/docker/run-all.sh @@ -14,7 +14,7 @@ while ! curl -sg 'http://localhost:9090/api/v1/query?query=up{job="opentelemetry sleep 1 done -echo "The OpenTelemtry collector and the Grafana LGTM stack are up and running!" +echo "The OpenTelemetry collector and the Grafana LGTM stack are up and running." echo "Open ports:" echo " - 4317: OpenTelemetry GRPC endpoint"