| Index: scripts/slave/recipe_modules/json/api.py
|
| diff --git a/scripts/slave/recipe_modules/json/api.py b/scripts/slave/recipe_modules/json/api.py
|
| index f9d9bedbec432d42f1fa6f15663cacf834662d4d..3bb43d7968db87c95927cd3a4e46be9d9d4b54d1 100644
|
| --- a/scripts/slave/recipe_modules/json/api.py
|
| +++ b/scripts/slave/recipe_modules/json/api.py
|
| @@ -47,7 +47,7 @@ class JsonOutputPlaceholder(recipe_util.Placeholder):
|
|
|
| FIXME
|
| After the termination of the step, this file is expected to contain a valid
|
| - JSON document, which will be set as the json_output for that step in the
|
| + JSON document, which will be set as the json.output for that step in the
|
| step_history OrderedDict passed to your recipe generator.
|
| """
|
| def __init__(self, api, add_json_log):
|
|
|