Skip to content

Commit a2cf7d7

Browse files
committed
Fix broken cache generation
1 parent e4aec40 commit a2cf7d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/post/firefox/manage/webcam_chat.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ def initialize(info = {})
2222
'References' => [
2323
[ 'URL', 'http://www.rapid7.com/db/modules/exploit/firefox/local/exec_shellcode' ]
2424
],
25-
'DisclosureDate' => '2014-05-13'
26-
),
27-
'Notes' => {
28-
'Stability' => [CRASH_SAFE],
29-
'SideEffects' => [SCREEN_EFFECTS],
30-
'Reliability' => []
31-
}
25+
'DisclosureDate' => '2014-05-13',
26+
'Notes' => {
27+
'Stability' => [CRASH_SAFE],
28+
'SideEffects' => [SCREEN_EFFECTS],
29+
'Reliability' => []
30+
}
31+
)
3232
)
3333

3434
register_options([

0 commit comments

Comments
 (0)