Skip to content

Commit

Permalink
Update message in conda-poetry-install target
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed May 14, 2024
1 parent 5b59b42 commit 64cb1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make/base.make
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ conda-poetry-install: ## Install Poetry in currently active Conda environment. W
if [ $$? != "0" ]; then \
echo "$(CONDA_TOOL) not found; Poetry will not be installed"; \
else \
echo "Installing Poetry with Conda in currently active environment"; \
echo "Installing Poetry with Conda in [$(CONDA_ENVIRONMENT)] environment"; \
make -s _conda-poetry-install; \
fi; \
fi;
Expand Down

0 comments on commit 64cb1be

Please sign in to comment.