summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Myers <gmyers@gitlab.com>2019-05-10 02:46:06 +0000
committerGreg Myers <gmyers@gitlab.com>2019-05-10 02:46:06 +0000
commitac021607063de40fb58307a2eda490de59e9e77d (patch)
tree77e900ef4193b85f5a38923e42cb948db2eca1aa
parent712dccd4c0f37b9fce12f5a945a551f8dca07cc4 (diff)
downloadgitlab-ce-elasticsearch-pathfix-docs.tar.gz
Fix ES indexer install script - remove leading /elasticsearch-pathfix-docs
-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
```