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

Commit 6d35a77

Browse files
author
Michel Pelletier
committed
turd heredoc terminator.
1 parent e27183f commit 6d35a77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nancy_run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,6 @@ function execute_workload() {
14291429
fi
14301430
elif [ ! -z ${WORKLOAD_PGBENCH+x} ]; then
14311431
docker_exec bash -c "pgbench $WORKLOAD_PGBENCH -U postgres $DB_NAME"
1432-
EOF
14331432
else
14341433
if ([ ! -z ${WORKLOAD_CUSTOM_SQL+x} ] && [ "$WORKLOAD_CUSTOM_SQL" != "" ]); then
14351434
WORKLOAD_CUSTOM_FILENAME=$(basename $WORKLOAD_CUSTOM_SQL)

0 commit comments

Comments
 (0)