Skip to content

Commit 5ed38b4

Browse files
authored
[chore] Fix Weaver make commands (open-telemetry#1001)
1 parent 43163c8 commit 5ed38b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ table-generation:
9898
docker run --rm -v $(PWD)/model:/source -v $(PWD)/docs:/spec \
9999
otel/weaver:${WEAVER_VERSION} registry update-markdown \
100100
--registry=/source \
101-
--attribute-registry-base-url="/docs/attributes-registry" \
101+
--attribute-registry-base-url=/docs/attributes-registry \
102102
/spec
103103

104104
# Generate attribute registry markdown.
@@ -118,7 +118,7 @@ table-check:
118118
docker run --rm -v $(PWD)/model:/source -v $(PWD)/docs:/spec \
119119
otel/weaver:${WEAVER_VERSION} registry update-markdown \
120120
--registry=/source \
121-
--attribute-registry-base-url="/docs/attributes-registry" \
121+
--attribute-registry-base-url=/docs/attributes-registry \
122122
--dry-run \
123123
/spec
124124

0 commit comments

Comments
 (0)