Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 589972b

Browse files
authored
Merge branch 'master' into spaces_in_params
2 parents 650be06 + 19c133c commit 589972b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nancy_run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ function checkParams() {
383383
checkPath PG_CONFIG
384384
if [ "$?" -ne "0" ]; then
385385
#>&2 echo "WARNING: Value given as pg_config: '$PG_CONFIG' not found as file will use as content"
386-
echo "$PG_CONFIG" > $TMP_PATH/pg_congif_tmp.sql
387-
WORKLOAD_CUSTOM_SQL="$TMP_PATH/pg_congif_tmp.sql"
386+
echo "$PG_CONFIG" > $TMP_PATH/pg_config_tmp.sql
387+
WORKLOAD_CUSTOM_SQL="$TMP_PATH/pg_config_tmp.sql"
388388
fi
389389
fi
390390

0 commit comments

Comments
 (0)