Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect type in ManifestRegistrar#finalize!
`#finalize!` is sending the basename directly to `#call`, which expects a Dry::System::Identifier. This means that if you configure a `registrations_dir`, putting any file in that directory will lead to an exception during finalization. This appears to have been introduced during #208
- Loading branch information