summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorJán Dzurek <famousgarkin@outlook.com>2016-11-21 21:14:04 +0000
committerJán Dzurek <famousgarkin@outlook.com>2016-11-21 21:14:04 +0000
commit3e3ea632fe89576eff329f7ae9cce422a6982576 (patch)
treedc1df1fe642e78cd511325477d0aafacc76b6e1f /doc/workflow
parent9aded5c8d43cf113b03e2d8fd04a32c4b24af24d (diff)
downloadgitlab-ce-3e3ea632fe89576eff329f7ae9cce422a6982576.tar.gz
fixed manage_large_binaries_with_git_lfs.md typo
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
index 1a4f213a792..28e6a21a229 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -48,7 +48,7 @@ check it into your Git repository:
```bash
git clone git@gitlab.example.com:group/project.git
-git lfs install # initialize the Git LFS project project
+git lfs install # initialize the Git LFS project
git lfs track "*.iso" # select the file extensions that you want to treat as large files
```