Fix splay config template
The splay option was added in I88f623c9e8db9ed4a186918206a63faec8f7f673 but was missing a trailing } which leads to parse errors. This fixes the parse errors. Change-Id: Ic5783220f5d027e0bde0080f50f9e10cbb68289f Closes-Bug: #1686455
This commit is contained in:
parent
2603dbedef
commit
6d2659b468
@ -17,7 +17,7 @@ collectors = {{.}}
|
|||||||
{{/collectors}}
|
{{/collectors}}
|
||||||
{{#splay}}
|
{{#splay}}
|
||||||
splay = {{.}}
|
splay = {{.}}
|
||||||
{{/splay}
|
{{/splay}}
|
||||||
|
|
||||||
{{#cfn}}
|
{{#cfn}}
|
||||||
[cfn]
|
[cfn]
|
||||||
|
Loading…
Reference in New Issue
Block a user