From e4b35ef823f72708e6d8e81a6573ae5bb95b5d33 Mon Sep 17 00:00:00 2001 From: Daniel Guger Date: Mon, 15 Apr 2024 15:17:49 +0200 Subject: [PATCH] Correct comment alignment. --- _conda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_conda b/_conda index 443f435..795d140 100644 --- a/_conda +++ b/_conda @@ -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