Skip to content

Commit 2cc9b4e

Browse files
eliminate more traces to miniconda
1 parent 9a3afb7 commit 2cc9b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

planemo/options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def conda_auto_init_option():
637637
default=True,
638638
help=(
639639
"Conda dependency resolution for Galaxy will auto install "
640-
"conda itself using miniconda if not availabe on conda_prefix."
640+
"conda itself using miniforge if not availabe on conda_prefix."
641641
),
642642
)
643643

@@ -2061,7 +2061,7 @@ def mulled_conda_option():
20612061
default=None,
20622062
help=(
20632063
"Install a specific version of Conda before running the command, by "
2064-
"default the version that comes with the continuumio miniconda3 image "
2064+
"default the version that comes with the continuumio miniforge image "
20652065
"will be used under Linux and under Mac OS X Conda will be upgraded to "
20662066
"to work around a bug in 4.2."
20672067
),

0 commit comments

Comments
 (0)