Skip to content

Commit c5137cf

Browse files
committed
es
1 parent a179775 commit c5137cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
before_install:
1616
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.0-amd64.deb -o elasticsearch.deb
1717
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.0-amd64.deb.sha512 -o elasticsearch.deb.sha512
18-
- shasum -a 512 -c eelasticsearch.deb.sha512
18+
- shasum -a 512 -c elasticsearch.deb.sha512
1919
- sudo dpkg -i --force-confnew elasticsearch.deb
2020
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
2121
- sudo systemctl restart elasticsearch

0 commit comments

Comments
 (0)