Skip to content

Commit

Permalink
Update semconvgen/generator.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
  • Loading branch information
frzifus and Aneurysm9 authored Jan 6, 2023
1 parent a626656 commit df30a78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion semconvgen/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ func render(cfg config) error {
"-v", fmt.Sprintf("%s:/data:z", tmpDir),
cfg.containerImage,
"--yaml-root", path.Join("/data/input/semantic_conventions/", path.Base(cfg.inputPath)),
"--only", cfg.onlyType,
}
if cfg.onlyType != "" {
args = append(args, "--only", cfg.onlyType)
Expand Down

0 comments on commit df30a78

Please sign in to comment.