-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
this command fails because the registry directory begins with . character
weaver registry generate \
--registry .semconv \
--templates templates \
--config /templates/registry/markdown/weaver.yaml
this command succeeds
weaver registry generate \
--registry semconv \
--templates templates \
--config /templates/registry/markdown/weaver.yaml
To Reproduce
see above
Expected behavior
I expect hidden directories to work when trying to render output using weaver generate
Additional context
v0.18.0, I also tested back to v0.16.0 and the problem persists. This problem also occurs if I use an absolute path instead of a relative path.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To consider for the next release