diff options
Diffstat (limited to 'lib/chef/knife/key_edit.rb')
-rw-r--r-- | lib/chef/knife/key_edit.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/key_edit.rb b/lib/chef/knife/key_edit.rb index 4e36bdfded..c6c67a18ee 100644 --- a/lib/chef/knife/key_edit.rb +++ b/lib/chef/knife/key_edit.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 |