-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
possible-bugSomething may not be workingSomething may not be workingtriageAwaiting triage from the teamAwaiting triage from the team
Description
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 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:
profile:
imports:
- href: ./some/relative/catalog.yaml
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Low
Metadata
Metadata
Assignees
Labels
possible-bugSomething may not be workingSomething may not be workingtriageAwaiting triage from the teamAwaiting triage from the team
Type
Projects
Status
🆕 New