| Index: recipe_modules/properties/example.expected/lists.json
|
| diff --git a/recipe_modules/properties/example.expected/lists.json b/recipe_modules/properties/example.expected/lists.json
|
| index 082692111e85d907ae40b1b9a9aad6ac28c40159..3e81526bfff1e574e11161c8090811d8f786706a 100644
|
| --- a/recipe_modules/properties/example.expected/lists.json
|
| +++ b/recipe_modules/properties/example.expected/lists.json
|
| @@ -10,7 +10,9 @@
|
| {
|
| "cmd": [
|
| "echo",
|
| - "[('foo.bar-bam', 'thing'), ('recipe', 'properties:example'), ('test_prop', {'key': ['value', ['value']]})]"
|
| + "('foo.bar-bam', 'thing')",
|
| + "('recipe', 'properties:example')",
|
| + "('test_prop', {'key': ['value', ['value']]})"
|
| ],
|
| "name": "echo all"
|
| },
|
|
|