mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-22 20:47:28 +09:00
The glob pattern we were using was too permissive and detecting miniconda build scripts as miniforge build scripts when they shared the same version. I have rewritten the pattern matching code to ensure we only look at files starting with `miniforge` and `mambaforge`.