From 0fb9aad89ea49c9d8753af2be54a217d94a442e6 Mon Sep 17 00:00:00 2001 From: Carlos Perez Date: Fri, 28 Oct 2011 13:34:05 +0000 Subject: [PATCH] Typo git-svn-id: file:///home/svn/framework3/trunk@14096 4d416f70-5f16-0410-b530-b9f4589650da --- lib/msf/core/auxiliary/report.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/core/auxiliary/report.rb b/lib/msf/core/auxiliary/report.rb index 6e07963030..6e7bb77203 100644 --- a/lib/msf/core/auxiliary/report.rb +++ b/lib/msf/core/auxiliary/report.rb @@ -265,7 +265,7 @@ module Auxiliary::Report # This will probably evolve into a new database table framework.db.report_note( :data => full_path.dup, - :type => "#{ltype}.localpath", + :type => "#{ltype}.localpath" ) return full_path.dup