Skip to content

Commit 531de1d

Browse files
vraravamMikeMcQuaid
andcommitted
Use the proper DSL for deprecated lines
Co-authored-by: Mike McQuaid <[email protected]>
1 parent b1908e5 commit 531de1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Library/Homebrew/cask/artifact/abstract_uninstall.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ class AbstractUninstall < AbstractArtifact
2020
:launchctl,
2121
:quit,
2222
:signal,
23-
:login_item, # DEPRECATED: Need to remove once the casks have been fixed
23+
# odeprecated: deprecate when all casks have been migrated to login_items
24+
:login_item,
2425
:kext,
2526
:script,
2627
:pkgutil,

0 commit comments

Comments
 (0)