Skip to content

Commit 07f8eb6

Browse files
author
HD Moore
committed
Fix up a typo
1 parent adb4c89 commit 07f8eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/rails_xml_yaml_scanner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize(info={})
2828
]
2929
))
3030

31-
register_options(
31+
register_options([
3232
OptString.new('URIPATH', [true, "The URI to test", "/"])
3333
], self.class)
3434
end

0 commit comments

Comments
 (0)