Skip to content

Commit 6b1f4af

Browse files
authored
Use logfire[extra] instead of logfire -E extra on Poetry instructions (#170)
1 parent 3d9ebe8 commit 6b1f4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def install_logfire(markdown: str, page: Page) -> str:
126126
127127
=== "Poetry"
128128
```bash
129-
poetry add logfire {extras_arg}
129+
poetry add {package}
130130
```
131131
"""
132132
if not extras:

0 commit comments

Comments
 (0)