Merge pull request #11355 from nandahkrishna/service-add-path-methods

service: delegate more path methods
This commit is contained in:
Nanda H Krishna 2021-05-10 18:54:27 +05:30 committed by GitHub
commit 51774982a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ module Homebrew
end
end
delegate [:bin, :var, :etc, :opt_bin, :opt_sbin, :opt_prefix] => :@formula
delegate [:bin, :etc, :libexec, :opt_bin, :opt_libexec, :opt_pkgshare, :opt_prefix, :opt_sbin, :var] => :@formula
sig { returns(String) }
def std_service_path_env