1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

Update and rename mambaforge3-latest to mambaforge3

This commit is contained in:
Anton Petrov
2021-07-25 11:24:59 +03:00
committed by GitHub
parent 56fd6c3c51
commit fc7560bcfd

View File

@@ -17,7 +17,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo ": The binary distribution of Mambaforge is not available for $(anaconda_architecture 2>/dev/null || true)."
echo ": The binary distribution of Mambaforge3 is not available for $(anaconda_architecture 2>/dev/null || true)."
echo
} >&2
exit 1