Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieudolci committed Nov 29, 2019
1 parent b315e74 commit 4a7c16c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checks/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ func (c *Client) CheckRegexAgainstRow(query, regex string) bool {
"result": result,
}).Info("Found a match")
return value
} else {
return false
}
}
}
Expand Down

0 comments on commit 4a7c16c

Please sign in to comment.