Commit e640fd0
keg: fix Pathname type mismatch in LinkageCacheStore call
Pass `path.to_s` instead of `path` (a Pathname) to
`LinkageCacheStore.new`, matching the pattern used in
`linkage_checker.rb`. The sig on `initialize` correctly requires a
String since the value is used as a JSON-serializable database key.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9c2c961 commit e640fd0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
0 commit comments