summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/group.rb')
-rw-r--r--lib/chef/provider/group.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/group.rb b/lib/chef/provider/group.rb
index 51e4f280fe..d1d58a8bd5 100644
--- a/lib/chef/provider/group.rb
+++ b/lib/chef/provider/group.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require "chef/provider"
-require "chef/mixin/shell_out"
+require_relative ""
+require_relative "../mixin/shell_out"
require "etc"
class Chef