summaryrefslogtreecommitdiff
path: root/lib/chef/event_dispatch/dsl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/event_dispatch/dsl.rb')
-rw-r--r--lib/chef/event_dispatch/dsl.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/event_dispatch/dsl.rb b/lib/chef/event_dispatch/dsl.rb
index 0a9c082fc1..275506a4ec 100644
--- a/lib/chef/event_dispatch/dsl.rb
+++ b/lib/chef/event_dispatch/dsl.rb
@@ -15,9 +15,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require "chef/event_dispatch/base"
-require "chef/exceptions"
-require "chef/config"
+require_relative "base"
+require_relative "../exceptions"
+require_relative "../config"
class Chef
module EventDispatch