mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
Updated tools/convert_31.rb to add a newline at end of file
git-svn-id: file:///home/svn/framework3/trunk@5732 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
c1ac93954a
commit
5f0d947dcc
@ -37,6 +37,7 @@ endc.downto(1) do |idx|
|
||||
end
|
||||
|
||||
outp.rstrip!
|
||||
outp << "\n"
|
||||
|
||||
fd = File.open(path, "w")
|
||||
fd.write(outp)
|
||||
|
Loading…
Reference in New Issue
Block a user