diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-15 18:51:05 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-15 18:51:05 +0000 |
commit | 6bd312a01b798a68086ea2f7899495617ade1bb0 (patch) | |
tree | 3831b4a3e5754e116abbc574d57a81a3ffdc3870 /doc | |
parent | 04f33f5c375e0f77bceb78423c46c186c9c13a33 (diff) | |
parent | ac021607063de40fb58307a2eda490de59e9e77d (diff) | |
download | gitlab-ce-6bd312a01b798a68086ea2f7899495617ade1bb0.tar.gz |
Merge branch 'elasticsearch-pathfix-docs' into 'master'
Fix ES indexer install script - remove leading /
See merge request gitlab-org/gitlab-ce!28231
Diffstat (limited to 'doc')
-rw-r--r-- | doc/integration/elasticsearch.md | 2 |
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 ``` |