home: direnv: only mention 'poetry init'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

`poetry new` creates a new directory, which isn't really what we're
interested in here.
This commit is contained in:
Bruno BELANYI 2024-09-12 12:08:50 +00:00
parent 4f73945e28
commit 8a6af0e5b7

View file

@ -9,7 +9,7 @@ layout_poetry() {
if [[ ! -f pyproject.toml ]]; then if [[ ! -f pyproject.toml ]]; then
# shellcheck disable=2016 # shellcheck disable=2016
log_error 'layout_poetry: no pyproject.toml found. Use `poetry new` or `poetry init` to create one first' log_error 'layout_poetry: no pyproject.toml found. Use `poetry init` to create one first'
return 1 return 1
fi fi