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:
authorAchilleas Pipinellis <axil@gitlab.com>2019-05-15 21:51:05 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-15 21:51:05 +0300
commit6bd312a01b798a68086ea2f7899495617ade1bb0 (patch)
tree3831b4a3e5754e116abbc574d57a81a3ffdc3870
parent04f33f5c375e0f77bceb78423c46c186c9c13a33 (diff)
parentac021607063de40fb58307a2eda490de59e9e77d (diff)
Merge branch 'elasticsearch-pathfix-docs' into 'master'
Fix ES indexer install script - remove leading / See merge request gitlab-org/gitlab-ce!28231
-rw-r--r--doc/integration/elasticsearch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/elasticsearch.md b/doc/integration/elasticsearch.md
index 7cef664bc98..b03bb6d98e8 100644
--- a/doc/integration/elasticsearch.md
+++ b/doc/integration/elasticsearch.md
@@ -85,7 +85,7 @@ To build and install the indexer, run:
```sh
git clone https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer.git
-cd /gitlab-elasticsearch-indexer
+cd gitlab-elasticsearch-indexer
make
sudo make install
```