Skip to content

Commit

Permalink
fix typo in conda_env_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmims committed Jan 2, 2025
1 parent d61a0d3 commit 3196f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conda/conda_env_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ if [ "$make_envs" = "true" ]; then
echo "... previous env ${env_name} removed."
fi
echo "Creating conda env ${env_name} in ${conda_prefix}..."
"$_INSTALL_EXE" env create -q -p="$conda_prefix" -f="$env_file"
"$_INSTALL_EXE" env create -q -p "$conda_prefix" -f "$env_file"
echo "... conda env ${env_name} created."
done
"$_INSTALL_EXE" clean -aqy
Expand Down

0 comments on commit 3196f4f

Please sign in to comment.