Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cl1337 committed Apr 20, 2018
1 parent 26b28b7 commit 69db28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/runner/runner.go
Expand Up @@ -94,7 +94,7 @@ func main() {
string(copyright),
config.MustGetString("annotationPrefix"),
stagingReqHeader,
config.MustGetString("trace-key"),
config.MustGetString("traceKey"),
)
checkError(
err, fmt.Sprintf("Can't build package helper %s", configRoot),
Expand Down
2 changes: 1 addition & 1 deletion examples/example-gateway/gateway.json
Expand Up @@ -12,6 +12,6 @@
"copyrightHeader": "./copyright_header.txt",

"annotationPrefix": "zanzibar",
"trace-key": "x-trace-id",
"traceKey": "x-trace-id",
"genMock": true
}

0 comments on commit 69db28e

Please sign in to comment.