Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Fixed a typo in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
shazChaudhry committed Jun 14, 2019
1 parent 9f20f3a commit 6f6cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ after_script:
- docker stack services elastic
- docker stack ps elastic
#List all Elasticsearch Indices. One entry sould be for logstash containing console logs for Jenkins
- curl -XGET -u elastic:changeme '127.1.0.1:9200/_cat/indices?v&pretty'
- curl -XGET -u elastic:changeme '127.0.0.1:9200/_cat/indices?v&pretty'
- ./removeStack.sh

0 comments on commit 6f6cc93

Please sign in to comment.