Commit 29787a9
committed
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 #1811 parent 1c5e3ae commit 29787a9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments