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:
authorGreg Myers <gmyers@gitlab.com>2019-05-10 05:46:06 +0300
committerGreg Myers <gmyers@gitlab.com>2019-05-10 05:46:06 +0300
commitac021607063de40fb58307a2eda490de59e9e77d (patch)
tree77e900ef4193b85f5a38923e42cb948db2eca1aa /doc/integration
parent712dccd4c0f37b9fce12f5a945a551f8dca07cc4 (diff)
Fix ES indexer install script - remove leading /
Diffstat (limited to 'doc/integration')
-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
```