Skip to content

Commit

Permalink
we don't need the diff, thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Nov 11, 2009
1 parent 99715d3 commit 7952b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cijoe/commit.rb
Expand Up @@ -13,7 +13,7 @@ def committed_at
end

def message
raw_commit.split("\n\n", 2).last.strip
raw_commit.split("\n\n", 3)[1].to_s.strip
end

def raw_commit
Expand Down

0 comments on commit 7952b8d

Please sign in to comment.