Skip to content

Commit 7c0694e

Browse files
committed
fix(start.sh): fix typo
1 parent 235ba4e commit 7c0694e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARGS=""
2323
[ "$USE_LATEST_HISTORY" != "0" ] && ARGS="${ARGS} --use-latest-history"
2424

2525
# Database Config
26-
[ -n "$DB_TYPE" ] && ARGS="${ARGS} --db_type $DB_TYPE"
26+
[ -n "$DB_TYPE" ] && ARGS="${ARGS} --db-type $DB_TYPE"
2727
[ "$CACHE_TRANSLATION" != "0" ] && ARGS="${ARGS} --cache-translation"
2828
[ "$USE_CACHED_TRANSLATION" != "0" ] && ARGS="${ARGS} --use-cached-translation"
2929
[ "$USE_LATEST_RECORDS" != "0" ] && ARGS="${ARGS} --use-latest-records"

0 commit comments

Comments
 (0)