Skip to content

Commit

Permalink
make write cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
mubix committed Feb 17, 2014
1 parent 1194578 commit 6746793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/makeiplist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
f.each_line do |range|
ips = Rex::Socket::RangeWalker.new(range)
ips.each do |ip|
w.write("#{ip}\n")
w.puts ip
end
end
f.close
Expand Down

0 comments on commit 6746793

Please sign in to comment.