Skip to content

Commit

Permalink
fix: Typo in func name (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu authored Jun 17, 2024
1 parent a7d5d68 commit bdedf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit bdedf0c

Please sign in to comment.