Skip to content

Commit 557d48f

Browse files
committed
formatting
1 parent 507b06b commit 557d48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start-redis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ fi
1515

1616
DOCKER_RUN_ARGS="--name $REDIS_CONTAINER_NAME --publish $REDIS_PORT:6379 --detach $REDIS_IMAGE:$REDIS_VERSION"
1717

18-
if [ -n "$REDIS_PASSWORD" ] ; then
18+
if [ -n "$REDIS_PASSWORD" ]; then
1919
DOCKER_RUN_ARGS="$DOCKER_RUN_ARGS redis-server --requirepass $REDIS_PASSWORD"
2020
fi
2121

22-
if [ "$REDIS_REMOVE_CONTAINER" == "true" ] ; then
22+
if [ "$REDIS_REMOVE_CONTAINER" == "true" ]; then
2323
DOCKER_RUN_ARGS="$DOCKER_RUN_ARGS --rm"
2424
fi
2525

0 commit comments

Comments
 (0)