Skip to content

Commit

Permalink
fix: added experimental.system-git-client to unique_config_values i…
Browse files Browse the repository at this point in the history
…n `poetry config` command
  • Loading branch information
finswimmer authored and neersighted committed Jun 10, 2022
1 parent 3fe4e40 commit 21967e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/poetry/console/commands/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ def unique_config_values(self) -> dict[str, tuple[Any, Any, Any]]:
boolean_normalizer,
True,
),
"experimental.system-git-client": (
boolean_validator,
boolean_normalizer,
False,
),
"installer.parallel": (
boolean_validator,
boolean_normalizer,
Expand Down

0 comments on commit 21967e7

Please sign in to comment.