Commit 21967e75 by finswimmer Committed by Bjorn Neergaard

fix: added `experimental.system-git-client` to unique_config_values in `poetry config` command

parent 3fe4e40b
......@@ -96,6 +96,11 @@ To remove a repository (repo is a short alias for repositories):
boolean_normalizer,
True,
),
"experimental.system-git-client": (
boolean_validator,
boolean_normalizer,
False,
),
"installer.parallel": (
boolean_validator,
boolean_normalizer,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment