summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/windows_bootstrap_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/core/windows_bootstrap_context.rb')
-rw-r--r--lib/chef/knife/core/windows_bootstrap_context.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/core/windows_bootstrap_context.rb b/lib/chef/knife/core/windows_bootstrap_context.rb
index 285afe8969..b06ddd9fcc 100644
--- a/lib/chef/knife/core/windows_bootstrap_context.rb
+++ b/lib/chef/knife/core/windows_bootstrap_context.rb
@@ -16,9 +16,9 @@
# limitations under the License.
#
-require "chef/knife/core/bootstrap_context"
-require "chef/util/path_helper"
-require "chef/dist"
+require_relative "bootstrap_context"
+require_relative "../../util/path_helper"
+require_relative "../../dist"
class Chef
class Knife