summaryrefslogtreecommitdiff
path: root/lib/chef/knife/key_create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/key_create.rb')
-rw-r--r--lib/chef/knife/key_create.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/key_create.rb b/lib/chef/knife/key_create.rb
index f278af8b77..a16e07d086 100644
--- a/lib/chef/knife/key_create.rb
+++ b/lib/chef/knife/key_create.rb
@@ -16,9 +16,9 @@
# limitations under the License.
#
-require "chef/key"
-require "chef/json_compat"
-require "chef/exceptions"
+require_relative "../key"
+require_relative "../json_compat"
+require_relative "../exceptions"
class Chef
class Knife