Fixed style issues
This commit is contained in:
parent
a5640fdfee
commit
9e2caa8d6a
@ -23,14 +23,13 @@ module Hbc
|
|||||||
user: "caskroom",
|
user: "caskroom",
|
||||||
path: "Casks",
|
path: "Casks",
|
||||||
filename: query,
|
filename: query,
|
||||||
extension: "rb"
|
extension: "rb",
|
||||||
)
|
)
|
||||||
rescue Exception => e
|
rescue StandardError => e
|
||||||
onoe e
|
onoe e
|
||||||
$stderr.puts e.backtrace
|
$stderr.puts e.backtrace
|
||||||
[]
|
[]
|
||||||
end
|
end
|
||||||
|
|
||||||
matches.map do |match|
|
matches.map do |match|
|
||||||
tap = Tap.fetch(match["repository"]["full_name"])
|
tap = Tap.fetch(match["repository"]["full_name"])
|
||||||
next if tap.installed?
|
next if tap.installed?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user