Skip to content
Snippets Groups Projects
Commit 0e6ebde2 authored by Alistair Veitch's avatar Alistair Veitch
Browse files

Fix incorrect script invocation for code generation.

parent d69354e4
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ Files generated for use by Census stats and trace recording subsystem. ...@@ -3,4 +3,4 @@ Files generated for use by Census stats and trace recording subsystem.
#Files #Files
* census.pb.{h,c} - Generated from src/core/ext/census/census.proto, using the * census.pb.{h,c} - Generated from src/core/ext/census/census.proto, using the
script `tools/codegen/core/gen_nano_proto.sh src/core/ext/census/census.proto script `tools/codegen/core/gen_nano_proto.sh src/core/ext/census/census.proto
$PWD/src/core/ext/census/gen` $PWD/src/core/ext/census/gen src/core/ext/census/gen`
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
/* Automatically generated nanopb constant definitions */ /* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.3.5-dev */ /* Generated by nanopb-0.3.5-dev */
#include "/usr/local/google/home/aveitch/projects/grpc_stats/grpc/src/core/ext/census/gen/census.pb.h" #include "src/core/ext/census/gen/census.pb.h"
#if PB_PROTO_HEADER_VERSION != 30 #if PB_PROTO_HEADER_VERSION != 30
#error Regenerate this file with the current version of nanopb generator. #error Regenerate this file with the current version of nanopb generator.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment