fixes a syntax error.

git-svn-id: file:///home/svn/framework3/trunk@14053 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Mario Ceballos 2011-10-24 22:43:27 +00:00
parent a5ef33305f
commit b098257154
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Metasploit3 < Msf::Post
register_options(
[
OptString.new('CERTID', [ true, 'SHA1 hash of the certificate to remove.', ''],)
OptString.new('CERTID', [ true, 'SHA1 hash of the certificate to remove.', '']),
], self.class)
end