Skip to content

Commit 53d941d

Browse files
author
Tod Beardsley
committed
Parens for readability
1 parent 174429e commit 53d941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/wiki.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def wiki(wiki_type, *args)
9898

9999
# Get the table we should be looking at
100100
command = args.shift
101-
if command.nil? or not ["creds","hosts","loot","services","vulns"].include? command.downcase
101+
if command.nil? or not(["creds","hosts","loot","services","vulns"].include?(command.downcase))
102102
usage(wiki_type)
103103
return
104104
end

0 commit comments

Comments
 (0)