From bdedf0c69cae4c361c15d6a551f2efb1b5c6c042 Mon Sep 17 00:00:00 2001 From: Kumar Shivendu Date: Mon, 17 Jun 2024 16:03:15 +0530 Subject: [PATCH] fix: Typo in func name (#164) --- tools/run_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_ci.sh b/tools/run_ci.sh index cc054041..f470da0c 100644 --- a/tools/run_ci.sh +++ b/tools/run_ci.sh @@ -2,7 +2,7 @@ set -e -function handle_error() { +function handle_err() { echo "Error occured ${QDRANT_VERSION@A} ${ENGINE_NAME@A} ${DATASETS@A}" echo "{failed}={error}" >> $GITHUB_OUTPUT }