aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-05-13 08:45:37 +0100
committerMike McQuaid2016-05-13 08:45:37 +0100
commitaae447996cb4cf88fed0d9b60e9bdb7a4429de36 (patch)
tree7d24fe0cd26c25afb387850294aa50fd2a08aad7 /Library/Homebrew/formula.rb
parent77836cfb3fb1e24668e79f096431f671b56ec6da (diff)
downloadbrew-aae447996cb4cf88fed0d9b60e9bdb7a4429de36.tar.bz2
formula: deprecate startup_plist.
Closes #228.
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 3e6006b3b..93663e58d 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -725,7 +725,6 @@ class Formula
def plist
nil
end
- alias_method :startup_plist, :plist
# The generated launchd {.plist} service name.
def plist_name