Skip to content

Commit 09fd74b

Browse files
committed
fix quotes
1 parent 30ba45a commit 09fd74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

self-hosted/docker-build/run_backend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ exec ./convex-local-backend "$@" \
3737
--convex-site "$CONVEX_SITE_ORIGIN" \
3838
--beacon-tag "self-hosted-docker" \
3939
${DISABLE_BEACON:+--disable-beacon} \
40-
"${REDACT_LOGS_TO_CLIENT:+--redact-logs-to-client}" \
40+
${REDACT_LOGS_TO_CLIENT:+--redact-logs-to-client} \
4141
"${DB_FLAGS[@]}" \
4242
"$DB_SPEC"

0 commit comments

Comments
 (0)