You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running lula generate profile --source ./some/relative/catalog.yaml --output ./some/relative/profile.yaml the generated profile source is not normalized on the respective relative path to the output
Expected result
profile.yaml created at ./some/relative/profile.yaml with the following:
profile:
imports:
- href: catalog.yaml
Actual Result
profile.yaml created at ./some/relative/profile.yaml with the following:
Environment
N/A
Steps to reproduce
When running
lula generate profile --source ./some/relative/catalog.yaml --output ./some/relative/profile.yaml
the generated profile source is not normalized on the respective relative path to the outputExpected result
profile.yaml created at ./some/relative/profile.yaml with the following:
Actual Result
profile.yaml created at ./some/relative/profile.yaml with the following:
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Low
The text was updated successfully, but these errors were encountered: