Skip to content

Commit

Permalink
Fix typo on subject
Browse files Browse the repository at this point in the history
  • Loading branch information
g3kk0 committed May 15, 2017
1 parent ac98f19 commit 39aba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_sql_firewall_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (n *SQLFirewallRule) Handle(subject string, c component, lines []Message) [
lines = n.getSingleDetail(c, "Updated SQL Firewall Rule")
case "sql_firewall_rule.delete":
lines = n.getSingleDetail(c, "Deleted SQL Firewall Rule")
case "sql_firewall_rule.find":
case "sql_firewall_rules.find":
for _, cx := range c.getFoundComponents() {
lines = append(lines, n.getSingleDetail(cx, "Found SQL Firewall Rule")...)
}
Expand Down

0 comments on commit 39aba54

Please sign in to comment.