From add44a716f996401dac618417519ac31185b80c8 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Tue, 10 Jun 2025 07:02:57 +0000 Subject: [PATCH] ci: Fix a typo that was causing a command failure --- ci/bench-icount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/bench-icount.sh b/ci/bench-icount.sh index 5724955fe..d2baebb52 100755 --- a/ci/bench-icount.sh +++ b/ci/bench-icount.sh @@ -57,7 +57,7 @@ function run_icount_benchmarks() { # Disregard regressions after merge echo "Benchmarks completed with regressions; ignoring (not in a PR)" else - ./ci/ci-util.py handle-banch-regressions "$PR_NUMBER" + ./ci/ci-util.py handle-bench-regressions "$PR_NUMBER" fi }