[skip ci]Update minio uppercase (#9663)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/9674/head
zwd1208 2021-10-11 18:58:29 +08:00 committed by GitHub
parent ba998b1673
commit 9c01d08d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"