Skip to content

Commit f8c0b72

Browse files
authored
Merge pull request #191 from target/poetry-debug-info
Append info arg to poetry debug
2 parents e6745fe + 89b7ddc commit f8c0b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ dist/requirements.txt: poetry.lock pyproject.toml
330330
.PHONY: poetry-debug
331331
poetry-debug: ## Shows Poetry debug include any envvars passed to Poetry
332332
@echo POETRY=$(POETRY)
333-
$(POETRY) debug
333+
$(POETRY) debug info
334334

335335
.PHONY: poetry-use-pyenv
336336
poetry-use-pyenv: $(PYTHON_VERSION_FILE) ## Configure Poetry to use the expected base Python for its virtualenv

0 commit comments

Comments
 (0)