Skip to content

Commit

Permalink
Fix make Weaver make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed May 3, 2024
1 parent 1279742 commit e9c8f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit e9c8f38

Please sign in to comment.