Skip to content

Commit

Permalink
fixed last level
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Rennie committed Mar 12, 2012
1 parent e1af828 commit f2b4231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levels/contribute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
contributor = false

repo = Grit::Repo.new(location)
repo.commits.each do |commit|
repo.commits('master', false).each do |commit|
if commit.author.name == repo.config["user.name"]
if commit.author.email == repo.config["user.email"]
contributor = true
Expand Down

0 comments on commit f2b4231

Please sign in to comment.