From 56fd6c3c51a6d68a096f27105c599b48f4b9df58 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Sun, 25 Jul 2021 11:24:31 +0300 Subject: [PATCH] Update and rename miniforge3-latest to miniforge3 --- .../share/python-build/{miniforge3-latest => miniforge3} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename plugins/python-build/share/python-build/{miniforge3-latest => miniforge3} (90%) diff --git a/plugins/python-build/share/python-build/miniforge3-latest b/plugins/python-build/share/python-build/miniforge3 similarity index 90% rename from plugins/python-build/share/python-build/miniforge3-latest rename to plugins/python-build/share/python-build/miniforge3 index d340c636..1af5ea67 100644 --- a/plugins/python-build/share/python-build/miniforge3-latest +++ b/plugins/python-build/share/python-build/miniforge3 @@ -17,7 +17,7 @@ case "$(anaconda_architecture 2>/dev/null || true)" in * ) { echo colorize 1 "ERROR" - echo ": The binary distribution of Miniforge is not available for $(anaconda_architecture 2>/dev/null || true)." + echo ": The binary distribution of Miniforge3 is not available for $(anaconda_architecture 2>/dev/null || true)." echo } >&2 exit 1