Skip to content

Commit

Permalink
eliminate more traces to miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jan 17, 2025
1 parent 462c75c commit 0f619df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions planemo/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def conda_auto_init_option():
default=True,
help=(
"Conda dependency resolution for Galaxy will auto install "
"conda itself using miniconda if not availabe on conda_prefix."
"conda itself using miniforge if not availabe on conda_prefix."
),
)

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

0 comments on commit 0f619df

Please sign in to comment.