From cef24f70985eeaab2e6cb09c78ebead5d99c644d Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Wed, 14 Jul 2010 16:56:39 +0000 Subject: [PATCH] forgot comma, bleh git-svn-id: file:///home/svn/framework3/trunk@9822 4d416f70-5f16-0410-b530-b9f4589650da --- modules/auxiliary/test/ftp_data.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/test/ftp_data.rb b/modules/auxiliary/test/ftp_data.rb index d81ca43fff..5408a3e1c7 100644 --- a/modules/auxiliary/test/ftp_data.rb +++ b/modules/auxiliary/test/ftp_data.rb @@ -20,7 +20,7 @@ class Metasploit3 < Msf::Auxiliary 'Name' => 'FTP Client Exploit Mixin DATA test Exploit', 'Version' => '$Revision$', 'Description' => 'This module tests the "DATA" functionality of the ftp client exploit mixin.', - 'Author' => [ 'Thomas Ring', 'jduck' ] + 'Author' => [ 'Thomas Ring', 'jduck' ], 'License' => MSF_LICENSE )