Skip to content

Commit

Permalink
Include Which for HomebrewUserWrapper (#184)
Browse files Browse the repository at this point in the history
* include Which module for HomebrewUserWrapper

* update CL

* lint CL
  • Loading branch information
jazaval authored May 7, 2024
1 parent 8f6eb2c commit 50e29b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This file is used to list changes made in each version of the homebrew cookbook.

## 5.4.7 - *2024-05-06*

- Explicitly include `Which` module from `Chef` which fixes runs on 18.x clients.

## 5.4.6 - *2024-05-06*

## 5.4.5 - *2023-11-01*
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
class HomebrewUserWrapper
require 'chef/mixin/homebrew_user'
include Chef::Mixin::HomebrewUser
include Chef::Mixin::Which
end

module Homebrew
Expand Down

0 comments on commit 50e29b9

Please sign in to comment.