summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap/client_builder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/bootstrap/client_builder.rb')
-rw-r--r--lib/chef/knife/bootstrap/client_builder.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/knife/bootstrap/client_builder.rb b/lib/chef/knife/bootstrap/client_builder.rb
index 09f4f67ced..1864297053 100644
--- a/lib/chef/knife/bootstrap/client_builder.rb
+++ b/lib/chef/knife/bootstrap/client_builder.rb
@@ -16,10 +16,10 @@
# limitations under the License.
#
-require "chef/node"
-require "chef/server_api"
-require "chef/api_client/registration"
-require "chef/api_client"
+require_relative "../../node"
+require_relative "../../server_api"
+require_relative "../../api_client/registration"
+require_relative "../../api_client"
require "tmpdir"
class Chef