Skip to content

Commit 0894bb3

Browse files
committed
fix: resolve homebrew from PATH on macos
1 parent 47bdc51 commit 0894bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/package_deps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Chef
22
module Rbenv
33
module MacOs
44
def openssl_prefix
5-
`/usr/local/bin/brew --prefix openssl@3`.strip!
5+
`brew --prefix openssl@3`.strip!
66
end
77
end
88

0 commit comments

Comments
 (0)