From c21b8bd68ad1b716ba9df34662a61eb828acbc01 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sat, 16 Dec 2023 23:10:20 -0500 Subject: [PATCH] Fix deprecation message Co-authored-by: Bo Anderson --- Library/Homebrew/cask/dsl/caveats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/dsl/caveats.rb b/Library/Homebrew/cask/dsl/caveats.rb index 1a9c4ad4f0..ba0ab886f8 100644 --- a/Library/Homebrew/cask/dsl/caveats.rb +++ b/Library/Homebrew/cask/dsl/caveats.rb @@ -163,7 +163,7 @@ module Cask end caveat :discontinued do - # odeprecated "`caveats :discontinued`", "`deprecated!`" + # odeprecated "`caveats :discontinued`", "`deprecate!`" @discontinued = true <<~EOS #{@cask} has been officially discontinued upstream.