Skip to content

Commit eb3f7f9

Browse files
committed
Fix formatting (again, sigh...).
1 parent f458f21 commit eb3f7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/resource/dev_checks.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def main
9191
'multi/http/vbulletin_unserialize': [ Exploit::CheckCode::Appears ],
9292
'unix/webapp/vbulletin_vote_sqli_exec': [ Exploit::CheckCode::Appears ],
9393
'multi/misc/java_jmx_server': [ Exploit::CheckCode::Appears,
94-
Exploit::CheckCode::Detected ] }.each do |mod,ret_val|
94+
Exploit::CheckCode::Detected ] }.each do |mod,ret_val|
9595
check_exploit(host: host,
9696
mod_name: mod.to_s,
9797
vuln_check_ret_val: ret_val)

0 commit comments

Comments
 (0)