Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Goswami committed Sep 6, 2018
1 parent e603fb4 commit 7867f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest/operations/add-statsd-conf.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/STATSD_HOST?
path: /instance_groups/name=logstash/properties/logstash/env?/STATSD_HOST?
value:
"((statsd_host))
"((statsd_host))"

- type: replace
path: /instance_groups/name=logstash/properties/logstash/env/STATSD_PORT?
value:
"((statsd_port))"
"((statsd_port))"

0 comments on commit 7867f13

Please sign in to comment.