mirror of
https://github.com/namibia/tips.git
synced 2025-01-24 15:48:25 +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
|
## Get git bash completion
|
||||||
```sh
|
```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?
|
## What changed since two weeks?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user