Skip to content

Commit 9b6aea1

Browse files
committed
Oops, missed a comma.
1 parent 4a18714 commit 9b6aea1

File tree

1 file changed

+3
-2
lines changed
  • modules/payloads/singles/bsd/x86

1 file changed

+3
-2
lines changed

modules/payloads/singles/bsd/x86/exec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ def initialize(info = {})
3030
'snagg <snagg[at]openssl.it>',
3131
'argp <argp[at]census-labs.com>',
3232
'joev'
33-
]
33+
],
3434
'License' => BSD_LICENSE,
3535
'Platform' => 'bsd',
36-
'Arch' => ARCH_X86))
36+
'Arch' => ARCH_X86
37+
))
3738

3839
# Register exec options
3940
register_options([

0 commit comments

Comments
 (0)