summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-26 14:28:31 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-26 14:28:31 +0100
commit5ff830cf32908c0efc156e439a0486cfb40eeadb (patch)
tree10341c5c41bac9ada9deed653f7a7d90a95244c1
parent0b082b348b517af854265eaff530b2b6d3cfd7b2 (diff)
downloadgitlab-ce-shared-file-access.tar.gz
Clarify puppiesshared-file-access
-rw-r--r--doc/development/shared_files.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/shared_files.md b/doc/development/shared_files.md
index cffe6f79193..fcd905b54a4 100644
--- a/doc/development/shared_files.md
+++ b/doc/development/shared_files.md
@@ -7,8 +7,8 @@ shared storage (e.g. NFS). Working towards GitLab 9.0 we are consolidating
these different directories under the `shared` directory.
This means that if GitLab will start storing puppies in some future version
-then we should put them in `shared/puppies`. Temporary files should be stored
-in `shared/tmp`.
+then we should put them in `shared/puppies`. Temporary puppy files should be
+stored in `shared/tmp`.
In the GitLab application code you can get the full path to the `shared`
directory with `Gitlab.config.shared.path`.