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:
Alex Schultz 2017-04-26 10:30:11 -06:00
parent 2603dbedef
commit 6d2659b468
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ collectors = {{.}}
{{/collectors}} {{/collectors}}
{{#splay}} {{#splay}}
splay = {{.}} splay = {{.}}
{{/splay} {{/splay}}
{{#cfn}} {{#cfn}}
[cfn] [cfn]