Skip to content

Conversation

@jandubois
Copy link
Member

Fixes #4222

@jandubois jandubois added this to the v2.0.0 milestone Nov 4, 2025
// If filename is .lima.yaml, check if it's a symlink/redirect to another file
if path.Base(filePath) == defaultFilename {
// If filename has a .yaml extension, check if it's a symlink/redirect to another file
if strings.HasSuffix(strings.ToLower(filePath), ".yaml") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same should apply to *.yml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: Jan Dubois <jan.dubois@suse.com>
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit ab7c3c5 into lima-vm:master Nov 4, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow all github:.../*.yaml references to be symlinks or redirects

2 participants