From 132b5a09b66669830738143c6a81966c3f842ee0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 9 Feb 2020 15:38:48 -0600 Subject: [PATCH] qa/workunits/cephadm/test_cephadm: fix typo Signed-off-by: Sage Weil --- qa/workunits/cephadm/test_cephadm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index 6054b9d9bed2b..7d167b8e8e6ad 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -254,7 +254,7 @@ cat ${CEPHADM_SAMPLES_DIR}/grafana.json | \ --config-json - TRIES=0 while true; do - if curl --insecure option 'https://localhost:3000' | grep -q 'grafana'; then + if curl --insecure 'https://localhost:3000' | grep -q 'grafana'; then break fi TRIES=$(($TRIES + 1)) -- 2.39.5