Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile generation from relative catalog path #816

Open
meganwolf0 opened this issue Nov 21, 2024 · 0 comments
Open

Profile generation from relative catalog path #816

meganwolf0 opened this issue Nov 21, 2024 · 0 comments
Labels
possible-bug Something may not be working triage Awaiting triage from the team

Comments

@meganwolf0
Copy link
Collaborator

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

@meganwolf0 meganwolf0 added the possible-bug Something may not be working label Nov 21, 2024
@github-actions github-actions bot added the triage Awaiting triage from the team label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug Something may not be working triage Awaiting triage from the team
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant