From f75aaea8ebd50416659a09d43177eed6cb47cc0b Mon Sep 17 00:00:00 2001 From: Philipp Gildein Date: Fri, 29 Jun 2018 09:42:32 +0000 Subject: [PATCH] Fix typo in LOTR reference in caching documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324. Signed-off-by: Rémy Coutable --- doc/ci/caching/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: