From ac021607063de40fb58307a2eda490de59e9e77d Mon Sep 17 00:00:00 2001 From: Greg Myers Date: Fri, 10 May 2019 02:46:06 +0000 Subject: Fix ES indexer install script - remove leading / --- doc/integration/elasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/integration/elasticsearch.md') 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 ``` -- cgit v1.2.1