Fix ES indexer install script - remove leading /

This commit is contained in:
Greg Myers 2019-05-10 02:46:06 +00:00
parent 712dccd4c0
commit ac02160706
1 changed files with 1 additions and 1 deletions

View File

@ -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
```