merged
This commit is contained in:
parent
e576cf24ee
commit
af9448da3a
1 changed files with 1 additions and 1 deletions
2
re.sh
2
re.sh
|
@ -110,7 +110,7 @@ venvs() {
|
|||
"3.10" \
|
||||
"pypy3.10"
|
||||
for version in "${@}"; do
|
||||
url_pypi="${url}/pypi/${version}/simple"
|
||||
url_pypi="${url}/pypi/simple"
|
||||
venv="${root}/${version}"
|
||||
echo
|
||||
echo "${venv} ← ${action}"
|
||||
|
|
Loading…
Reference in a new issue