Fix syntax error in yaql hot spec example

The template example is malformed because the output doesn't define
a value.

Change-Id: I967510a8f1bc4c80570be25dec77c2562d0dd1ec
This commit is contained in:
Steven Hardy 2016-06-07 11:55:43 +01:00
parent bd8b30f8ea
commit d9459c46e0
1 changed files with 5 additions and 4 deletions

View File

@ -1311,10 +1311,11 @@ For example
outputs:
max_elem:
yaql:
expression: $.data.list_param.select(int($)).max()
data:
list_param: {get_param: list_param}
value:
yaql:
expression: $.data.list_param.select(int($)).max()
data:
list_param: {get_param: list_param}
max_elem output will be evaluated to 3