Skip to content

Commit a9f67f5

Browse files
committed
Try breaking the cache again.
1 parent 6ec4291 commit a9f67f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lrpar/src/lib/ctbuilder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ where
600600
> FileTime::from_last_modification_time(inmd)
601601
{
602602
if let Ok(outc) = read_to_string(outp) {
603-
if outc.contains(&cache.to_string()) {
603+
if outc.contains(&cache.to_string().to_uppercase()) {
604604
return Ok(CTParser {
605605
regenerated: false,
606606
rule_ids,

0 commit comments

Comments
 (0)