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

Commit b5dbbbb

Browse files
committed
typo
1 parent 475739f commit b5dbbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nancy_run_localhost_real_workload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nancyRun="$parentDir/nancy_run.sh"
1010

1111
output=$(
1212
$nancyRun \
13-
--db-dump "create table hello_world as select i from generate_series(1, 1000)i _(i);" \
13+
--db-dump "create table hello_world as select i from generate_series(1, 1000) _(i);" \
1414
--workload-real "file://$srcDir/sample.replay" \
1515
--tmp-path $srcDir/tmp 2>&1
1616
)

0 commit comments

Comments
 (0)