File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments