Skip to content
Snippets Groups Projects
Commit 826f65cc authored by Xu Cheng's avatar Xu Cheng
Browse files

update-report: skip non git tap

parent bb5cf70a
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ module Homebrew
updated_taps = []
Tap.each do |tap|
next unless tap.git?
tap.path.cd do
updater = Reporter.new(tap.path)
updated_taps << tap.name if updater.updated?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment