Skip to content

Commit 60bfa00

Browse files
committed
fix
1 parent 17c58f0 commit 60bfa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ "$CMD" == "start" ]; then
4949
STARTERARGS="$STARTERARGS --all.backup.api-enabled=true"
5050
fi
5151
if [ -n "$ENABLE_DATABASE_EXTRA_FEATURES" ]; then
52-
STARTERARGS="$STARTERARGS --all.database.extended-names-databases=true --args.all.http.compress-response-threshold=1 --args.all.http.http.handle-content-encoding-for-unauthenticated-requests=true"
52+
STARTERARGS="$STARTERARGS --all.database.extended-names-databases=true --args.all.http.compress-response-threshold=1 --args.all.http.handle-content-encoding-for-unauthenticated-requests=true"
5353
fi
5454
if [[ "$OSTYPE" == "darwin"* ]]; then
5555
DOCKERPLATFORMARG="--platform linux/x86_64"

0 commit comments

Comments
 (0)