Skip to content

Commit

Permalink
fix vsag download
Browse files Browse the repository at this point in the history
  • Loading branch information
huaixin.lmy committed Sep 25, 2024
1 parent 5e2534f commit 1e6ca85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/devdeps-vsag-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RELEASE=${4:-"1"}
# check source code
if [[ -z `find $ROOT_DIR -maxdepth 1 -regex ".*/vsag-$VERSION.*[tar|gz|bz2|xz|zip]$"` ]]; then
echo "Download vsag source code"
bash $CUR_DIR/download_code.sh $PROJECT_NAME $VERSION $ROOT_DIR
bash $CUR_DIR/download.sh $PROJECT_NAME $VERSION $ROOT_DIR
fi

OS_RELEASE=`grep -Po '(?<=release )\d' /etc/redhat-release`
Expand Down

0 comments on commit 1e6ca85

Please sign in to comment.