]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephadm/test_cephadm: fix typo 33181/head
authorSage Weil <sage@redhat.com>
Sun, 9 Feb 2020 21:38:48 +0000 (15:38 -0600)
committerSage Weil <sage@redhat.com>
Sun, 9 Feb 2020 21:38:48 +0000 (15:38 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephadm/test_cephadm.sh

index 6054b9d9bed2b9ebf8b5f5ad7bd2d7438c001ee8..7d167b8e8e6ad996b32cdb223141d1cce0765b86 100755 (executable)
@@ -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))