[chore] Fix Weaver make commands (#1001)

This commit is contained in:
Joao Grassi 2024-05-07 17:58:35 +02:00 committed by GitHub
parent 43163c8a0e
commit 5ed38b4918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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