Skip to content

Commit

Permalink
fix lazy-loaded bash completion path (#6656)
Browse files Browse the repository at this point in the history
  • Loading branch information
jljouannic authored and github-actions[bot] committed Sep 29, 2022
1 parent d941880 commit c4c34d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ poetry completions bash >> ~/.bash_completion
#### Lazy-loaded

```bash
poetry completions bash > ${XDG_DATA_HOME:~/.local/share}/bash_completion/completions/poetry
poetry completions bash > ${XDG_DATA_HOME:~/.local/share}/bash-completion/completions/poetry
```

### Fish
Expand Down

0 comments on commit c4c34d6

Please sign in to comment.