| 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 a17024aa47a733c5c6fc3564f2cd72cbdad8ad9b..67af1ad3dafac35af9b8a52e33c0b589b356bae7 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):
|
|
|