-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix regex for manifest route #5219
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 regex for manifest route #5219
Conversation
I'm guessing that wasn't intentional but let's double check with @code-asher. |
Codecov Report
@@ Coverage Diff @@
## main #5219 +/- ##
=======================================
Coverage 72.42% 72.42%
=======================================
Files 30 30
Lines 1672 1672
Branches 366 366
=======================================
Hits 1211 1211
Misses 398 398
Partials 63 63
Continue to review full report at Codecov.
|
I think this was because there used to be a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind addressing @code-asher's feedback? Then we can merge this
f130c78
to
aaa4324
Compare
@code-asher ready for review |
I noticed that the regex would match other strings than manifest.json such as manifest-json or something-manifest.json