From 71ccd3ccaa640e7934266b6e4cb447e295731e7d Mon Sep 17 00:00:00 2001 From: Seeker Date: Thu, 3 Sep 2020 08:04:51 -0700 Subject: [PATCH] Fix typo --- Library/Homebrew/livecheck/livecheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/livecheck/livecheck.rb b/Library/Homebrew/livecheck/livecheck.rb index 4a7e722481..3aaa2ebcc9 100644 --- a/Library/Homebrew/livecheck/livecheck.rb +++ b/Library/Homebrew/livecheck/livecheck.rb @@ -250,7 +250,7 @@ module Homebrew if formula status_hash[:formula] = formula_name(formula, args: args) else - status_hash[:cask] = formula_name(formula_or_cask, args: args) + status_hash[:cask] = cask_name(formula_or_cask, args: args) end if args.verbose?