From 2a9c18372a50fb3772ab6939782b0de782ac1fef Mon Sep 17 00:00:00 2001 From: "Ashwin V. Mohanan" <9155111+ashwinvis@users.noreply.github.com> Date: Tue, 5 Oct 2021 15:28:13 +0200 Subject: [PATCH] Update mambaforge-pypy3 Fix typo `ase` -> `case` --- plugins/python-build/share/python-build/mambaforge-pypy3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/mambaforge-pypy3 b/plugins/python-build/share/python-build/mambaforge-pypy3 index c42197d8..fb493e4e 100644 --- a/plugins/python-build/share/python-build/mambaforge-pypy3 +++ b/plugins/python-build/share/python-build/mambaforge-pypy3 @@ -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 ;;