Parens for readability

bug/bundler_fix
Tod Beardsley 2014-07-11 14:22:47 -05:00
parent 174429eada
commit 53d941d4a8
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Plugin::Wiki < Msf::Plugin
# Get the table we should be looking at
command = args.shift
if command.nil? or not ["creds","hosts","loot","services","vulns"].include? command.downcase
if command.nil? or not(["creds","hosts","loot","services","vulns"].include?(command.downcase))
usage(wiki_type)
return
end