Skip to content

Commit

Permalink
rlikestats.rb bugfix. (that's what you get w/o tests...)
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Sep 11, 2012
1 parent e8d56e7 commit fcffd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rlikestats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run
while line = $stdin.gets
@lines += 1
unless line =~ /^\d/
$stderr.puts "Skipping line #{lines}: #{line}"
$stderr.puts "Skipping line #{@lines}: #{line}"
next
end
val = line.to_f
Expand Down

0 comments on commit fcffd35

Please sign in to comment.