Skip to content

Commit 5aca31b

Browse files
committed
Remove space from CONNECTION_ARGS variable assignment
1 parent 0c0d208 commit 5aca31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rm -f /workdir/data/backup.date
2323
rm -rf $TARGET_DIR
2424
mkdir -p $TARGET_DIR
2525

26-
CONNECTION_ARGS= "-h ${MONGO_HOST}"
26+
CONNECTION_ARGS="-h ${MONGO_HOST}"
2727
if [[ -n "$MONGO_URI" ]]; then
2828
CONNECTION_ARGS="--uri ${MONGO_URI}"
2929
else

0 commit comments

Comments
 (0)