We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43163c8 commit 5ed38b4Copy full SHA for 5ed38b4
Makefile
@@ -98,7 +98,7 @@ table-generation:
98
docker run --rm -v $(PWD)/model:/source -v $(PWD)/docs:/spec \
99
otel/weaver:${WEAVER_VERSION} registry update-markdown \
100
--registry=/source \
101
- --attribute-registry-base-url="/docs/attributes-registry" \
+ --attribute-registry-base-url=/docs/attributes-registry \
102
/spec
103
104
# Generate attribute registry markdown.
@@ -118,7 +118,7 @@ table-check:
118
119
120
121
122
--dry-run \
123
124
0 commit comments