From 5da860c75852f50276ad030ee6fccef5af7e9c63 Mon Sep 17 00:00:00 2001 From: jinyuanliu Date: Wed, 15 Sep 2021 02:56:56 -0400 Subject: [PATCH] Clean up extra spaces Although these errors are not important, they affect the code specification. Change-Id: I2db90d03723667d895dab1bba230bbc92064e949 --- doc/source/test_results/provisioning/cobbler/measure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/test_results/provisioning/cobbler/measure.sh b/doc/source/test_results/provisioning/cobbler/measure.sh index f105cb1..2cfe94a 100644 --- a/doc/source/test_results/provisioning/cobbler/measure.sh +++ b/doc/source/test_results/provisioning/cobbler/measure.sh @@ -89,7 +89,7 @@ do then echo "The following "${#NODE_IPS[@]}" are unreachable" | tee -a ${RESULTS_FILE} echo ${NODE_IPS[@]} | tee -a ${RESULTS_FILE} - break + break fi if ((${#NODE_IPS[@]} == 0 )) then