Fix incorrect script invocation for code generation.

pull/6702/head
Alistair Veitch 9 years ago
parent d69354e488
commit 0e6ebde2c9
  1. 2
      src/core/ext/census/gen/README.md
  2. 2
      src/core/ext/census/gen/census.pb.c

@ -3,4 +3,4 @@ Files generated for use by Census stats and trace recording subsystem.
#Files
* 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
$PWD/src/core/ext/census/gen`
$PWD/src/core/ext/census/gen src/core/ext/census/gen`

@ -33,7 +33,7 @@
/* Automatically generated nanopb constant definitions */
/* 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
#error Regenerate this file with the current version of nanopb generator.

Loading…
Cancel
Save