1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00

Update mambaforge-pypy3

Fix typo `ase` -> `case`
This commit is contained in:
Ashwin V. Mohanan
2021-10-05 15:28:13 +02:00
committed by GitHub
parent 8315e1528b
commit 2a9c18372a

View File

@@ -1,4 +1,4 @@
ase "$(anaconda_architecture 2>/dev/null || true)" in
case "$(anaconda_architecture 2>/dev/null || true)" in
"Linux-ppc64le" )
install_script "Mambaforge-pypy3-Linux-ppc64le" "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-ppc64le.sh" "miniconda" verify_py3_latest
;;