[chore] Fix Weaver make commands (#1001)
This commit is contained in:
parent
43163c8a0e
commit
5ed38b4918
4
Makefile
4
Makefile
|
|
@ -98,7 +98,7 @@ table-generation:
|
|||
docker run --rm -v $(PWD)/model:/source -v $(PWD)/docs:/spec \
|
||||
otel/weaver:${WEAVER_VERSION} registry update-markdown \
|
||||
--registry=/source \
|
||||
--attribute-registry-base-url="/docs/attributes-registry" \
|
||||
--attribute-registry-base-url=/docs/attributes-registry \
|
||||
/spec
|
||||
|
||||
# Generate attribute registry markdown.
|
||||
|
|
@ -118,7 +118,7 @@ table-check:
|
|||
docker run --rm -v $(PWD)/model:/source -v $(PWD)/docs:/spec \
|
||||
otel/weaver:${WEAVER_VERSION} registry update-markdown \
|
||||
--registry=/source \
|
||||
--attribute-registry-base-url="/docs/attributes-registry" \
|
||||
--attribute-registry-base-url=/docs/attributes-registry \
|
||||
--dry-run \
|
||||
/spec
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue