summaryrefslogtreecommitdiff
path: root/lib/chef/platform/handler_map.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/platform/handler_map.rb')
-rw-r--r--lib/chef/platform/handler_map.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/platform/handler_map.rb b/lib/chef/platform/handler_map.rb
index a9551a344b..48e118d599 100644
--- a/lib/chef/platform/handler_map.rb
+++ b/lib/chef/platform/handler_map.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/node_map'
+require "chef/node_map"
class Chef
class Platform