Update to readme: spec file must be lowercase
Merge Request Checklist
-
Link to an issue - #122 -
Include the proposed fix or feature -
Include and update tests for the modified code -
Include a documentation change -
Add an entry in the Unreleased section of the CHANGELOG
This change is just to make it clear that the spec file must be lowercase. Previously, in version 0.12 you were able to pass in a UPPERCASE file and it worked correctly, however in the latest version it stops working and gives no error. Its unclear to the developer why it is not working, as no error is given. I've found the code where Permifrost used to accept an uppercase file and convert it to lowercase ( linked in issue) but this was removed, and i'm not sure why. This change is simply an improvement to documentation to save the next developer time (time i sank into the investigation)
Once your merge request is complete, please assign it the Permifrost maintainers using the /assign_reviewer @gitlab-data/permifrost_maintainers placed in a comment for the review cycle. Once the review cycle is finished, the reviewer shall approve the merge request so it can be merged by any Permifrost developer, maintainer, or owner.