Skip to content

Commit

Permalink
fix: make conda-forge properly the default value (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
richukuttan committed Feb 27, 2024
1 parent 946ea16 commit ddc7f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
# Fallbacks
BIN_FOLDER="${BIN_FOLDER:-${HOME}/.local/bin}"
INIT_YES="${INIT_YES:-yes}"
CONDA_FORGE_YES="${CONDA_FORGE_YES:-no}"
CONDA_FORGE_YES="${CONDA_FORGE_YES:-yes}"

# Prefix location is relevant only if we want to call `micromamba shell init`
case "$INIT_YES" in
Expand Down

0 comments on commit ddc7f24

Please sign in to comment.