From 741cb9a3df0b3b76d384d417f80abc07100868df Mon Sep 17 00:00:00 2001 From: Eddy Lin Date: Tue, 8 Jun 2021 15:51:01 -0400 Subject: [PATCH] Fix generator.go call typo in RELEASING.md (#1977) `go run generate.go` changed to `go run generator.go` --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 7a094726f..63e177026 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -13,8 +13,8 @@ There are currently two categories of semantic conventions that must be generate ``` cd internal/tools/semconv-gen -go run generate.go -i /path/to/specification/repo/semantic_conventions/resource -go run generate.go -i /path/to/specification/repo/semantic_conventions/trace +go run generator.go -i /path/to/specification/repo/semantic_conventions/resource +go run generator.go -i /path/to/specification/repo/semantic_conventions/trace ``` Using default values for all options other than `input` will result in using the `template.j2` template to