Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed Jan 22, 2024
1 parent b2bb9cc commit 28fa88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/santactl/Commands/SNTCommandRule.m
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ - (void)exportJSONFile:(NSString *)jsonFilePath {
NSMutableArray *rulesAsDicts = [[NSMutableArray alloc] init];

for (SNTRule *rule in rules) {
// Omit transitive and remove rules as they're not relevan.
// Omit transitive and remove rules as they're not relevant.
if (rule.state == SNTRuleStateAllowTransitive || rule.state == SNTRuleStateRemove) {
continue;
}
Expand Down

0 comments on commit 28fa88a

Please sign in to comment.