Skip to content

Commit 6aae32b

Browse files
committed
Next attempt to fix CI
1 parent ced1eb7 commit 6aae32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ service_info() {
456456
local flag_map=(
457457
"--config-dir: ${SERVICE_ROOT}/${PLUGIN_CONFIG_SUFFIX}"
458458
"--config-options: $(cat "$SERVICE_ROOT/CONFIG_OPTIONS")"
459-
"--createdb-options: $(cat "$SERVICE_ROOT/CREATEDB_OPTIONS")"
459+
"--createdb-options: ${CREATEDB_OPTIONS}"
460460
"--data-dir: ${SERVICE_ROOT}/data"
461461
"--dsn: ${SERVICE_URL}"
462462
"--exposed-ports: $(service_exposed_ports "$SERVICE")"

0 commit comments

Comments
 (0)