Commit 6edf59c
committed
Fix signed-plugins CI grep pattern for H5PLint.c
The "Verify signature verification code exists" step used:
grep "Verify signature" src/H5PLint.c
but the actual comment in H5PLint.c is:
/* Verify plugin signature before loading */
Update the grep to "Verify plugin signature" so it matches the
existing comment and the step no longer fails with exit code 1.1 parent 7aa91ff commit 6edf59c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments