diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-07-24 17:41:52 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-07-24 17:41:52 -0700 |
commit | 44190c60d47fe3d5987cac67c6cc0243231f5310 (patch) | |
tree | 9d5d725fba67c65710d26b57302a45bf7a9977cb | |
parent | 051998e10d4188594ec8ce924c6a02584c60508a (diff) | |
download | chef-44190c60d47fe3d5987cac67c6cc0243231f5310.tar.gz |
fix el6 selinux
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | lib/chef/mixin/which.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/mixin/which.rb b/lib/chef/mixin/which.rb index 1e58c8bc3a..9f2ad83702 100644 --- a/lib/chef/mixin/which.rb +++ b/lib/chef/mixin/which.rb @@ -31,7 +31,7 @@ class Chef # we dep-inject default paths into this API for historical reasons # # @api private - def __extra_paths + def __extra_path __default_paths end end |