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