Fix to follow redirect

As per #154, change to -L so that the redirect gets followed. As written this line downloads the html redirect page.
This commit is contained in:
Marielle Volz 2018-11-05 12:25:32 +00:00 committed by GitHub
parent 03f10d90fe
commit bc28055585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ git add -p
## Get git bash completion
```sh
curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
curl -L http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
```
## What changed since two weeks?