Skip to content

Commit

Permalink
Merge pull request #1035 from cloudflare/rule_for
Browse files Browse the repository at this point in the history
Don't mark rule/for as online
  • Loading branch information
prymitive committed Jul 18, 2024
2 parents cc064e7 + 56b9386 commit b9a4ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/checks/rule_for.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (c RuleForCheck) Meta() CheckMeta {
discovery.Modified,
discovery.Moved,
},
IsOnline: true,
IsOnline: false,
}
}

Expand Down

0 comments on commit b9a4ba8

Please sign in to comment.