Skip to content

Commit

Permalink
services: email: fix first_commit_sha
Browse files Browse the repository at this point in the history
Simple bug fix: first_commit['id'] not :id.
  • Loading branch information
Brandon Philips committed Jan 11, 2012
1 parent 73016b1 commit 6fab5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/email.rb
Expand Up @@ -208,7 +208,7 @@ def repository_name
end

def first_commit_sha
first_commit[:id]
first_commit['id']
end

def first_commit_title(limit = 50)
Expand Down

0 comments on commit 6fab5d0

Please sign in to comment.