Add missing variable.
This commit is contained in:
parent
7f14e55f99
commit
727d854621
@ -60,7 +60,7 @@ module Homebrew
|
|||||||
if only != :formula
|
if only != :formula
|
||||||
begin
|
begin
|
||||||
return Cask::CaskLoader.load(name, config: Cask::Config.from_args(@parent))
|
return Cask::CaskLoader.load(name, config: Cask::Config.from_args(@parent))
|
||||||
rescue Cask::CaskUnavailableError
|
rescue Cask::CaskUnavailableError => e
|
||||||
raise e if only == :cask
|
raise e if only == :cask
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user