Fix typo in PR #3712
Fixes the typo pointed out in rapid7#3712#discussion_r16750554 Derpbug/bundler_fix
parent
1f35c0ff1c
commit
c045c9606c
|
@ -358,7 +358,7 @@ class Msftidy
|
||||||
# this could be done in a simpler way, but this let's us add more later
|
# this could be done in a simpler way, but this let's us add more later
|
||||||
msf_exploit_line_no = nil
|
msf_exploit_line_no = nil
|
||||||
@lines.each_with_index do |line, idx|
|
@lines.each_with_index do |line, idx|
|
||||||
if line = REGEX_MSF_EXPLOIT
|
if line =~ REGEX_MSF_EXPLOIT
|
||||||
# note the line number
|
# note the line number
|
||||||
msf_exploit_line_no = idx
|
msf_exploit_line_no = idx
|
||||||
elsif msf_exploit_line_no
|
elsif msf_exploit_line_no
|
||||||
|
|
Loading…
Reference in New Issue