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

fix: use hosted-git-info to parse registry urls #5758

Merged
merged 1 commit into from Nov 1, 2022
Merged

Commits on Oct 27, 2022

  1. fix: use hosted-git-info to parse registry urls

    Previously this was using `new URL` which would fail on some urls that
    `hosted-git-info` is able to parse. But if we still get a url that can't
    be parsed, we now set it to be removed from the tree instead of
    erroring.
    
    Fixes: #5278
    lukekarrys committed Oct 27, 2022
    Copy the full SHA
    0483d10 View commit details
    Browse the repository at this point in the history