Skip to content

Commit

Permalink
Merge remote branch 'fork/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Nov 16, 2014
2 parents d0ed311 + 2cb6e63 commit 041fe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hoc/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def hits
[
Hits.new(
Time.now,
log.split(/\n/).map do |t|
log.split(/\n/).delete_if(&:empty?).map do |t|
t.split(/\t/).take(2).map { |s| s.to_i }.inject(:+)
end.inject(:+)
)
Expand Down

0 comments on commit 041fe8e

Please sign in to comment.