diff options
Diffstat (limited to 'tools/buildgen/plugins/list_protos.py')
-rwxr-xr-x | tools/buildgen/plugins/list_protos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildgen/plugins/list_protos.py b/tools/buildgen/plugins/list_protos.py index f12d7260bd..2f2ac5e053 100755 --- a/tools/buildgen/plugins/list_protos.py +++ b/tools/buildgen/plugins/list_protos.py @@ -29,7 +29,7 @@ """Buildgen .proto files list plugin. -This parses the list of targets from the json build file, and creates +This parses the list of targets from the yaml build file, and creates a list called "protos" that contains all of the proto file names. """ |