summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group/solaris.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/group/solaris.rb')
-rw-r--r--lib/chef/provider/group/solaris.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/group/solaris.rb b/lib/chef/provider/group/solaris.rb
index 4d913fba30..75768297db 100644
--- a/lib/chef/provider/group/solaris.rb
+++ b/lib/chef/provider/group/solaris.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require "chef/provider/group/groupadd"
+require_relative "groupadd"
class Chef
class Provider