Skip to content

Conversation

@kurtmckee
Copy link
Contributor

The bare . matches any single character, which allowed for a file named e.g. CITATION-cff to match in an external repo, but then cffconvert would throw an error that CITATION.cff could not be found.

This is fixed by escaping the . in the files regex pattern so that only a file named exactly CITATION.cff will match.

The bare `.` matches any single character, which allowed for
a file named e.g. `CITATION-cff` to match in an external repo,
but then cffconvert would throw an error that `CITATION.cff`
could not be found.

This is fixed by escaping the `.` in the `files` regex pattern
so that only a file named exactly `CITATION.cff` will match.
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.

1 participant