Merge remote-tracking branch 'origin/main' into dbgpt_api

This commit is contained in:
aries_ckt 2023-08-07 16:56:12 +08:00
commit 89274091a7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 214 KiB

View File

@ -36,7 +36,7 @@ while [[ $# -gt 0 ]]; do
shift # past value
;;
-i|--pip-index-url)
PIP_INDEX="$2"
PIP_INDEX_URL="$2"
shift
shift
;;