lib/neetob/cli/users/commits.rb in neetob-0.2.2 vs lib/neetob/cli/users/commits.rb in neetob-0.2.3
- old
+ new
@@ -30,10 +30,10 @@
end
private
def build_commit_rows
- commits = find_all_matching_apps(apps, :github, sandbox, true, all_neeto_repos).map do |app|
+ commits = find_all_matching_apps_or_repos(apps, :github, sandbox, true, all_neeto_repos).map do |app|
commits = commits_within_range(app)
if commits&.empty?
ui.info("No commits found in \"#{app}\" for the given author and duration.")
next
end