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

Commit 19c133c

Browse files
authored
Merge pull request #44 from startupturbo/NikolayS-patch-1
typo
2 parents 890bd9f + 1d08eb5 commit 19c133c

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)