Skip to content

Commit

Permalink
fix(cli): make config relocation instructions more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
cpate4 committed Dec 4, 2022
1 parent b2e2045 commit 6e4a724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/poetry/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
if any(file.exists() for file in (auth_toml, config_toml)):
logger.warning(
"Configuration file exists at %s, reusing this directory.\n\nConsider"
" moving configuration to %s, as support for the legacy directory will be"
" removed in an upcoming release.",
" moving toml configuration files to %s, as support for the legacy directory"
" will be removed in an upcoming release.",
_LEGACY_CONFIG_DIR,
CONFIG_DIR,
)
Expand Down

0 comments on commit 6e4a724

Please sign in to comment.