Skip to content

Commit add44a7

Browse files
committed
ci: Fix a typo that was causing a command failure
1 parent 2051016 commit add44a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/bench-icount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function run_icount_benchmarks() {
5757
# Disregard regressions after merge
5858
echo "Benchmarks completed with regressions; ignoring (not in a PR)"
5959
else
60-
./ci/ci-util.py handle-banch-regressions "$PR_NUMBER"
60+
./ci/ci-util.py handle-bench-regressions "$PR_NUMBER"
6161
fi
6262
}
6363

0 commit comments

Comments
 (0)