Use double not single quotes

git-svn-id: file:///home/svn/framework3/trunk@8815 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-03-14 04:13:00 +00:00
parent 8464a36bf5
commit b1af1feb3f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Metasploit3 < Msf::Auxiliary
:proto => 'udp',
:port => 2049,
:name => 'nfsd',
:info => 'NFS Daemon #{program} v#{progver}'
:info => "NFS Daemon #{program} v#{progver}"
)
exports = resp[3,1].unpack('C')[0]