Skip to content

Commit 56c016c

Browse files
Polish
1 parent 653372b commit 56c016c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runAcceptanceTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ READY_FOR_TESTS="no"
107107
DOWNLOAD_ZIPKIN="${DOWNLOAD_ZIPKIN:-true}"
108108

109109
pushd build
110-
if [[ "${DOWNLOAD_ZIPKIN}" == "true" ]]
110+
if [[ "${DOWNLOAD_ZIPKIN}" == "true" ]]; then
111111
echo -e "\nDownloading Zipkin Server"
112112
rm -rf zipkin.jar || echo "No zipkin.jar to remove"
113113
curl -sSL https://zipkin.io/quickstart.sh | bash -s

scripts/start_with_zipkin_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fi
7373
pushd zipkin-server
7474
mkdir -p build
7575
cd build
76-
if [[ "${DOWNLOAD_ZIPKIN}" == "true" ]]
76+
if [[ "${DOWNLOAD_ZIPKIN}" == "true" ]]; then
7777
echo -e "\nDownloading Zipkin Server"
7878
rm -rf zipkin.jar || echo "No zipkin.jar to remove"
7979
curl -sSL https://zipkin.io/quickstart.sh | bash -s

0 commit comments

Comments
 (0)