Skip to content

Commit d607a80

Browse files
authored
Merge pull request #128 from DuniceEdge/master
Fixing git bash completion script URL.
2 parents 9e7c67e + 37d2ef1 commit d607a80

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
@@ -336,7 +336,7 @@ git add -p
336336

337337
## Get git bash completion
338338
```sh
339-
curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
339+
curl -L http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
340340
```
341341

342342
## What changed since two weeks?

0 commit comments

Comments
 (0)