Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Nov 9, 2022
1 parent 7ed7450 commit e586f82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mackerel-plugin-elasticsearch/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ port=9200
docker run -d \
--name test-$plugin \
-p $port:$port \
-e "ELASTIC_PASSWORD=$password" \
-e "discovery.type=single-node" \
-e "ingest.geoip.downloader.enabled=false" \
elasticsearch:8.5.0
-e "ELASTIC_PASSWORD=$password" \
-e "discovery.type=single-node" \
-e "ingest.geoip.downloader.enabled=false" \
elasticsearch:8.5.0
trap 'docker stop test-$plugin; docker rm test-$plugin; exit' EXIT
sleep 60

Expand Down

0 comments on commit e586f82

Please sign in to comment.