Skip to content

Commit

Permalink
Merge pull request #780 from mbrubeck/patch-1
Browse files Browse the repository at this point in the history
Fix name of bash completion directory
  • Loading branch information
brson authored Oct 25, 2016
2 parents e6dc1c6 + 0f33487 commit 607ef07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gist is as simple as using one of the following:

```
# Bash
$ rustup completions bash > /etc/bash_completions.d/rustup.bash-completion
$ rustup completions bash > /etc/bash_completion.d/rustup.bash-completion
# Fish
$ rustup completions fish > ~/.config/fish/completions/rustup.fish
Expand Down

0 comments on commit 607ef07

Please sign in to comment.