Skip to content

Commit 6dba587

Browse files
committed
fixing silly naming error
1 parent d5978ad commit 6dba587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/ruby/find-inactive-members/find_inactive_members.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def make_active(login)
107107
hsh[:active] = true
108108
end
109109

110-
def commit_activity(repository)
110+
def commit_activity(repo)
111111
# get all commits after specified date and iterate
112112
info "...commits"
113113
@client.commits_since(repo, @date).each do |commit|

0 commit comments

Comments
 (0)