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:
authorC. Walker <clayzermk1@gmail.com>2013-09-07 03:19:35 +0400
committerC. Walker <clayzermk1@gmail.com>2013-09-07 03:19:35 +0400
commit0f2299a8d43c8e66d1bf764b737b8ec14266fb2a (patch)
tree3ca3e1d9d58a1e2d3ed16f6c020af3fe616f4acf
parenta9d3e6ce573e1e108ab340141ab0f104bf27a430 (diff)
Fixed Import Bare Repositories instructions to match rake task.
-rw-r--r--doc/raketasks/maintenance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md
index 68c1a72b230..3033d8c46b4 100644
--- a/doc/raketasks/maintenance.md
+++ b/doc/raketasks/maintenance.md
@@ -122,7 +122,7 @@ Notes:
How to use:
-1. copy your bare repos under git base_path (see `config/gitlab.yml` git_host -> base_path)
+1. copy your bare repos under git repos_path (see `config/gitlab.yml` gitlab_shell -> repos_path)
2. run the command below
```