We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given a branch name with a non-standard separator like: dependabot|pip|dirname|dirname|stripe-8.1.0:
dependabot|pip|dirname|dirname|stripe-8.1.0
fetch-metadata incorrectly constructs the directory name as /dirname|dirname when it should be /dirname/dirname.
/dirname|dirname
/dirname/dirname
The text was updated successfully, but these errors were encountered:
fetch-metadata
/
Successfully merging a pull request may close this issue.
Given a branch name with a non-standard separator like:
dependabot|pip|dirname|dirname|stripe-8.1.0
:fetch-metadata incorrectly constructs the directory name as
/dirname|dirname
when it should be/dirname/dirname
.The text was updated successfully, but these errors were encountered: