summaryrefslogtreecommitdiff
path: root/lib/chef/knife/rehash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/rehash.rb')
-rw-r--r--lib/chef/knife/rehash.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/rehash.rb b/lib/chef/knife/rehash.rb
index 79286368f8..8e4bbdd323 100644
--- a/lib/chef/knife/rehash.rb
+++ b/lib/chef/knife/rehash.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require "chef/knife"
-require "chef/knife/core/subcommand_loader"
+require_relative ""
+require_relative "core/subcommand_loader"
class Chef
class Knife