Skip to content

Commit bdedf0c

Browse files
authored
fix: Typo in func name (qdrant#164)
1 parent a7d5d68 commit bdedf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
function handle_error() {
5+
function handle_err() {
66
echo "Error occured ${QDRANT_VERSION@A} ${ENGINE_NAME@A} ${DATASETS@A}"
77
echo "{failed}={error}" >> $GITHUB_OUTPUT
88
}

0 commit comments

Comments
 (0)