mirror of
https://github.com/namibia/tips.git
synced 2025-01-08 16:14:09 +00:00
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:
parent
03f10d90fe
commit
bc28055585
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user