Fix whitespace in codeblock

[ci skip]
This commit is contained in:
Chris Wilson 2016-12-23 10:55:13 +00:00
parent 0b95f76565
commit acc2797f49

View file

@ -134,7 +134,6 @@ This behaviour is caused by Git LFS using HTTPS connections by default when a
To prevent this from happening, set the lfs url in project Git config:
```bash
git config --add lfs.url "http://gitlab.example.com/group/project.git/info/lfs"
```