Skip to content

Commit e7fa4c2

Browse files
committed
Land rapid7#8504, print_good for ipmi_dumphashes
2 parents b9aef55 + 34e9b2c commit e7fa4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ipmi/ipmi_dumphashes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def ipmi_error(msg)
5858
end
5959

6060
def ipmi_good(msg)
61-
vprint_good("#{rhost}:#{rport} - IPMI - #{msg}")
61+
print_good("#{rhost}:#{rport} - IPMI - #{msg}")
6262
end
6363

6464
def run_host(ip)

0 commit comments

Comments
 (0)