Fixup line alignment.

GSoC/Meterpreter_Web_Console
Patrick 2018-10-31 20:37:59 -05:00 committed by 7043mcgeep
parent 1487ca8923
commit a5ae7c491d
1 changed files with 3 additions and 3 deletions

View File

@ -290,9 +290,9 @@ module Msf
opts[:template_path] = File.dirname(template) opts[:template_path] = File.dirname(template)
opts[:template] = File.basename(template) opts[:template] = File.basename(template)
end end
unless secname.blank? unless secname.blank?
opts[:secname] = secname opts[:secname] = secname
end end
opts opts
end end