Commit b02250e
committed
fix(registry): refresh recorded hashes after HYP-S006 edit
The hypatia-rules spec's source_hash is sha256(git ls-files -s hypatia-rules/),
so editing hypatia-rules/registry-staleness.a2ml changes it. The registry had
been regenerated BEFORE that edit was staged, leaving the recorded hash stale —
which registry-verify.yml (--check) correctly caught. Regenerate after the edit
is committed so the recorded hash matches; `--check` is green again.1 parent fd5c5c8 commit b02250e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
0 commit comments