Skip to content

Commit c79b0d9

Browse files
committed
wip: Fix bash error
1 parent 332b8c6 commit c79b0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/load/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -exu
44

5-
local type=$1
6-
local app=$2
5+
type=$1
6+
app=$2
77

88
export OUTPUT_DIR="${REPORTS_DIR}/${type}/${app}"
99

0 commit comments

Comments
 (0)