remove silly comma

git-svn-id: file:///home/svn/framework3/trunk@13762 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-09-19 23:06:35 +00:00
parent 2481eac4be
commit 7c74954461
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class Metasploit4 < Msf::Auxiliary
:name => self.fullname,
:info => "PUT Enabled",
:refs => self.references,
:exploited_at => Time.now.utc,
:exploited_at => Time.now.utc
)
else
print_error("File doesn't seem to exist. The upload probably failed.")