Skip to content

Commit f213482

Browse files
author
Brent Cook
committed
small fixe
1 parent 2e880c9 commit f213482

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/msf/core/modules/external/remote_exploit_cmd_stager.erb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MetasploitModule < Msf::Exploit::Remote
3535

3636
register_options([
3737
<%= meta[:options] %>
38-
], self.class)
38+
])
3939
end
4040

4141
def execute_command(cmd, opts)
@@ -72,4 +72,3 @@ class MetasploitModule < Msf::Exploit::Remote
7272
end
7373
end
7474
end
75-

0 commit comments

Comments
 (0)