summaryrefslogtreecommitdiff
path: root/lib/chef/handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/handler.rb')
-rw-r--r--lib/chef/handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/handler.rb b/lib/chef/handler.rb
index 0d4a3edbaa..775ddd6d89 100644
--- a/lib/chef/handler.rb
+++ b/lib/chef/handler.rb
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require "chef/client"
+require_relative "client"
require "forwardable"
class Chef