Merge branch 'mrchrisw/fix-whitespace-code-block' into 'master'

Fix whitespace in codeblock

See merge request !8291
This commit is contained in:
Achilleas Pipinellis 2016-12-24 12:24:53 +00:00
commit 79ce691d71

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"
```