Skip to content

Commit

Permalink
Fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
OldGrumpyViking committed Feb 1, 2024
1 parent 90b8a68 commit 5cdeccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch_conda/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def exists(self):

def construct_conda_run_command(self, command):
head = [self.config_command, "run"]
if self.config_command in ["conda" , "mamba"]:
if self.config_command in ["conda", "mamba"]:
head.append("--no-capture-output")

if self.config_prefix is not None:
Expand Down

0 comments on commit 5cdeccc

Please sign in to comment.