summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorMark Chao <mchao@gitlab.com>2018-06-04 11:59:06 +0900
committerMark Chao <mchao@gitlab.com>2018-06-06 21:01:46 +0900
commit1c7ab76bfc388e8377656129624d1046bbf9a1f8 (patch)
tree6bfdd825678dcfaaa9e4da9b83a7655335aafdd7 /doc/workflow
parenta0b6784488ade7a5673a5a32dc32653b30da1350 (diff)
downloadgitlab-ce-1c7ab76bfc388e8377656129624d1046bbf9a1f8.tar.gz
doc
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 0d592a6d43e..ae161e43233 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -144,7 +144,7 @@ git lfs unlock --id=123
```
If for some reason you need to unlock a file that was not locked by you,
-you can use the `--force` flag as long as you have a `master` access on
+you can use the `--force` flag as long as you have a `maintainer` access on
the project:
```bash