Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
weiliu1031 committed Aug 15, 2024
1 parent ba07df8 commit 9d414d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/download_milvus_proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ if [ ! -d "$THIRD_PARTY_DIR/milvus-proto" ]; then
else
git reset --hard $COMMIT_ID
fi
popd
git remote add lw https://github.com/weiliu1031/milvus-proto.git
git fetch lw
git checkout lw/enable_privilege_group -b enable_privilege_group
popd
fi

0 comments on commit 9d414d8

Please sign in to comment.