sstarcher / docker-sensu

Dockerized Sensu - Client, Server, Api
MIT License
103 stars 72 forks source link

Extra quote in the alpine branch #18

Closed dojadop closed 8 years ago

dojadop commented 8 years ago

https://github.com/sstarcher/docker-sensu/blob/alpine/templates/rabbitmq.json.tmpl#L5

 "host": {{ default "rabbitmq" .RABBITMQ_HOST | quote }}",

vs

"host": {{ default "rabbitmq" .RABBITMQ_HOST | quote }},
sstarcher commented 8 years ago

Thanks I just committed the fix