Skip to content

Commit c4c34d6

Browse files
jljouannicgithub-actions[bot]
authored andcommitted
fix lazy-loaded bash completion path (#6656)
See https://github.com/scop/bash-completion/blob/master/README.md#faq (cherry picked from commit 7222118)
1 parent d941880 commit c4c34d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ poetry completions bash >> ~/.bash_completion
367367
#### Lazy-loaded
368368

369369
```bash
370-
poetry completions bash > ${XDG_DATA_HOME:~/.local/share}/bash_completion/completions/poetry
370+
poetry completions bash > ${XDG_DATA_HOME:~/.local/share}/bash-completion/completions/poetry
371371
```
372372

373373
### Fish

0 commit comments

Comments
 (0)