Skip to content

Commit e735da7

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Library/Homebrew/cask/artifact/abstract_uninstall.rb

+2-1
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)