formula: comment out deprecation

This commit is contained in:
Sean Molenaar 2022-11-08 09:06:40 +01:00 committed by GitHub
parent d477d1663a
commit a23d969df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1016,7 +1016,8 @@ class Formula
# The generated launchd {.plist} file path. # The generated launchd {.plist} file path.
sig { returns(Pathname) } sig { returns(Pathname) }
def plist_path def plist_path
odeprecated "formula.plist_path", "formula.launchd_service_path" # TODO: Add deprecation
# odeprecated "formula.plist_path", "formula.launchd_service_path"
launchd_service_path launchd_service_path
end end