Skip to content

Commit 91e9c5d

Browse files
committed
Fix job queue collector script
1 parent 158a3ca commit 91e9c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/collect-job-queue.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ while : ; do
2424
target/release/collector benchmark_job_queue \
2525
--db "${DATABASE}" \
2626
--check_git_sha \
27-
--git_sha "${CURRENT_SHA}"
27+
--git_sha "${CURRENT_SHA}" \
2828
--collector_name "${COLLECTOR_NAME}"
2929

3030
STATUS=$?

0 commit comments

Comments
 (0)