From feb069a9462836ff5b44eea11e5b6ab85d14ace2 Mon Sep 17 00:00:00 2001 From: Matej Gera Date: Wed, 29 Jun 2022 16:11:43 +0200 Subject: [PATCH] Correct the test YAML config name Signed-off-by: Matej Gera --- scripts/alert-compliance-quickstart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/alert-compliance-quickstart.sh b/scripts/alert-compliance-quickstart.sh index 0fa9ac29cd..ca2f188657 100755 --- a/scripts/alert-compliance-quickstart.sh +++ b/scripts/alert-compliance-quickstart.sh @@ -11,8 +11,8 @@ # branch or with version >= 0.27.0. # # After all components are running, you can start the alert generator compliance tester -# with `thanos-example.yaml`` configuration provided in here: -# https://github.com/prometheus/compliance/blob/main/alert_generator/test-prometheus.yaml +# with `test-thanos.yaml` configuration provided in here: +# https://github.com/prometheus/compliance/blob/main/alert_generator/test-thanos.yaml set -euo pipefail trap 'kill 0' SIGTERM