Skip to content

Commit bc28055

Browse files
authored
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.
1 parent 03f10d9 commit bc28055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ git add -p
372372

373373
## Get git bash completion
374374
```sh
375-
curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
375+
curl -L http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
376376
```
377377

378378
## What changed since two weeks?

0 commit comments

Comments
 (0)