Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Aug 7, 2024
1 parent 2921c68 commit 3b9bf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func (r *Rules) ensureRuleSet() (err error) {
continue
}
if os.IsNotExist(err) {
err = create(p)
err = create(ruleDir)
if err != nil {
return
}
Expand Down

0 comments on commit 3b9bf34

Please sign in to comment.