Skip to content

Commit 4f78372

Browse files
committed
Fixing missing slash in delete path
1 parent c9fc013 commit 4f78372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/install-all-spark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ cleanup() {
277277

278278
rm -rf "${BULLET_EXAMPLES}" "${BULLET_HOME}/backend" "${BULLET_HOME}/service" \
279279
"${BULLET_HOME}/ui" "${BULLET_HOME}/pubsub" \
280-
/tmp/zookeeper /tmp/kafka-logs/ tmp/spark-checkpoint
280+
/tmp/zookeeper /tmp/kafka-logs/ /tmp/spark-checkpoint
281281

282282
set -e
283283
}

0 commit comments

Comments
 (0)