Skip to content

Commit

Permalink
fix eval command on completion command doc (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarrios93 authored Mar 29, 2024
1 parent 6396952 commit c2f5a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/commands/self/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Generates a completion script for a shell
Generate a completion script for zsh and load it:

```
$ eval (rye self completion -s zsh)
$ eval "$(rye self completion -s zsh)"
```

## Arguments
Expand Down

0 comments on commit c2f5a65

Please sign in to comment.