aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/linkapps.rb
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-01 20:33:08 +0200
committerMarkus Reiter2016-10-02 00:24:47 +0200
commitc36f42ce953b4610b2ba62a2b860720ae6d59e01 (patch)
tree7edbcec5b260747b9f9aed2837b78641df4322ae /Library/Homebrew/cmd/linkapps.rb
parentacaee035dfddd1fd90b883f19cb2c9f52852c2f3 (diff)
downloadbrew-c36f42ce953b4610b2ba62a2b860720ae6d59e01.tar.bz2
Remove `private_class_method` from commands.
Diffstat (limited to 'Library/Homebrew/cmd/linkapps.rb')
-rw-r--r--Library/Homebrew/cmd/linkapps.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/linkapps.rb b/Library/Homebrew/cmd/linkapps.rb
index 4f46362cc..bd88409aa 100644
--- a/Library/Homebrew/cmd/linkapps.rb
+++ b/Library/Homebrew/cmd/linkapps.rb
@@ -61,5 +61,4 @@ module Homebrew
local = opts.fetch(:local, false)
Pathname.new(local ? "~/Applications" : "/Applications").expand_path
end
- private_class_method :linkapps_target
end