Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gildein <philipp@gildein.com>2018-06-29 12:42:32 +0300
committerRémy Coutable <remy@rymai.me>2018-08-29 18:35:37 +0300
commitf75aaea8ebd50416659a09d43177eed6cb47cc0b (patch)
tree26b1e2d0373510a80f530e622e8ffc745a78c666 /doc/ci/caching/index.md
parent191dad29679553b8dd128ae2b7b1ccd74c299e2a (diff)
Fix typo in LOTR reference in caching documentation
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324. Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/ci/caching/index.md')
-rw-r--r--doc/ci/caching/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md
index 3598c255e08..881db84e916 100644
--- a/doc/ci/caching/index.md
+++ b/doc/ci/caching/index.md
@@ -87,7 +87,7 @@ you can use the same key for all of them:
```yaml
cache:
- key: one-key-to-rull-them-all
+ key: one-key-to-rule-them-all
```
To share the same cache between branches, but separate them by job: