From 9c01d08d141781255d0af0daedd0fc2b993a3da0 Mon Sep 17 00:00:00 2001 From: zwd1208 Date: Mon, 11 Oct 2021 18:58:29 +0800 Subject: [PATCH] [skip ci]Update minio uppercase (#9663) Signed-off-by: Weida Zhu --- scripts/run_go_unittest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_go_unittest.sh b/scripts/run_go_unittest.sh index e42e030219..0c3b8096f9 100755 --- a/scripts/run_go_unittest.sh +++ b/scripts/run_go_unittest.sh @@ -26,7 +26,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli done ROOT_DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )" -# ignore Minio,S3 unittes +# ignore MinIO,S3 unittes MILVUS_DIR="${ROOT_DIR}/internal/" echo "Running go unittest under $MILVUS_DIR"