Skip to content

Commit

Permalink
Fix comment about Mambaforge install
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Oct 21, 2024
1 parent 08113f1 commit 01830b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/mambaforge/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wget --no-hsts -q -O /tmp/miniforge.sh \

echo "Installing Mambaforge...";

# Install miniconda
# Install Mambaforge
rm -rf /opt/conda;
/bin/bash /tmp/miniforge.sh -b -p /opt/conda;

Expand Down

0 comments on commit 01830b6

Please sign in to comment.