lib/chef/provisioning/vsphere_driver.rb in chef-provisioning-vsphere-2.2.2 vs lib/chef/provisioning/vsphere_driver.rb in chef-provisioning-vsphere-2.3.0
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
-require 'chef/provisioning'
-require 'chef/provisioning/vsphere_driver/driver'
+require "chef/provisioning"
+require "chef/provisioning/vsphere_driver/driver"
# The main Chef class for all the Chef code!
class Chef
# The main Chef module for the Domain Specialized Language
module DSL