Skip to content

Commit

Permalink
Correct comment alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
guger authored Apr 15, 2024
1 parent 9180020 commit e4b35ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _conda
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ __conda_envs(){

conda_exec=$(which conda)

# Detect homebrew installations and set path accordingly.
# Detect homebrew installations and set path accordingly.
if [[ ${${conda_exec}#*"homebrew"} != ${conda_exec} ]]; then
conda_path="/opt/homebrew/Caskroom/miniconda/base/envs"
else
Expand Down

0 comments on commit e4b35ef

Please sign in to comment.