Skip to content

Commit b4d3526

Browse files
authored
docs/cli: Fix typo in export section to allow poetry-plugin-export at latest version 1.8 (#9954)
1 parent 019cb53 commit b4d3526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ you can also define in your `pyproject.toml` that the plugin is required for the
11781178

11791179
```toml
11801180
[tool.poetry.requires-plugins]
1181-
poetry-plugin-export = ">1.8"
1181+
poetry-plugin-export = ">=1.8"
11821182
```
11831183
{{% /warning %}}
11841184

0 commit comments

Comments
 (0)