Skip to content

Commit 9c93aae

Browse files
author
wolfthefallen
committed
Removed self.class from register
1 parent bac2375 commit 9c93aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/dcos_marathon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def initialize(info = {})
5353
OptString.new('DOCKERIMAGE', [ true, 'hub.docker.com image to use', 'python:3-slim' ]),
5454
OptString.new('CONTAINER_ID', [ false, 'container id you would like']),
5555
OptInt.new('WAIT_TIMEOUT', [ true, 'Time in seconds to wait for the docker container to deploy', 60 ])
56-
], self.class)
56+
])
5757
end
5858

5959
def get_apps

0 commit comments

Comments
 (0)