From 633eb6c41e75045c8803341c843bfd004ee13bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Kandemir?= Date: Sat, 10 Oct 2015 01:21:19 +0300 Subject: [PATCH] Correct services template --- consul/files/services.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/consul/files/services.json b/consul/files/services.json index b4238c0..546d3bb 100644 --- a/consul/files/services.json +++ b/consul/files/services.json @@ -1,6 +1,4 @@ {% from "consul/map.jinja" import consul with context %} { - "services": { - {% consul.register | json %} - } + "services": {{ consul.register | json }} }