Skip to content

Commit 0ccf591

Browse files
committed
Fix output name
1 parent 6a24779 commit 0ccf591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion/README.fish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Installation
44
Download and place the completion file in your fish completions directory
55
```fish
6-
$ set target "$HOME/.config/fish/completions/paket-completion.fish"
6+
$ set target "$HOME/.config/fish/completions/paket.fish"
77
$ curl --fail --location --proto-redir -all,https --output "$target" \
88
https://raw.githubusercontent.com/fsprojects/Paket/master/completion/paket-completion.fish
99
```

0 commit comments

Comments
 (0)