Skip to content

Commit

Permalink
Fix to follow redirect
Browse files Browse the repository at this point in the history
As per git-tips#154, change to -L so that the redirect gets followed. As written this line downloads the html redirect page.
  • Loading branch information
mvolz authored Nov 5, 2018
1 parent 6970b17 commit 8cdf8df
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 @@ -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?
Expand Down

0 comments on commit 8cdf8df

Please sign in to comment.