Skip to content
Snippets Groups Projects
Commit 7d312e4c authored by Markus Reiter's avatar Markus Reiter
Browse files

Remove legacy tap pattern.

parent 324988e7
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,6 @@ module Hbc
"<NONE>"
end
def self.legacy_tap_pattern
/phinze/
end
def self.error_string(string = "Error")
Formatter.error("(#{string})")
end
......@@ -59,8 +55,6 @@ module Hbc
taps.collect do |tap|
if tap.path.nil? || tap.path.to_s.empty?
none_string
elsif tap.path.to_s.match(legacy_tap_pattern)
tap.path.to_s.concat(" #{error_string "Warning: legacy tap path"}")
else
"#{tap.path} (#{cask_count_for_tap(tap)})"
end
......
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