summaryrefslogtreecommitdiff
path: root/lib/chef/knife/edit.rb
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-03-07 14:00:37 +0000
committerThom May <thom@chef.io>2017-03-08 03:22:40 -0600
commit47a49f5be1850d21f67f50015e7d4edb665f503a (patch)
tree5269631fad01efd3d60b88df8eef6f02ea38ec60 /lib/chef/knife/edit.rb
parente82a0f865ef860c1c816be88403b37da7f3a17f2 (diff)
downloadchef-47a49f5be1850d21f67f50015e7d4edb665f503a.tar.gz
Remove backcompat classestm/kill-backcompat
These are things that have been deprecated and removed or renamed many moons ago, but to ease transitions and to keep our API contracts we did some shimming. I'm now shiving the shims. Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'lib/chef/knife/edit.rb')
-rw-r--r--lib/chef/knife/edit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/edit.rb b/lib/chef/knife/edit.rb
index 8489e4e179..46903e7420 100644
--- a/lib/chef/knife/edit.rb
+++ b/lib/chef/knife/edit.rb
@@ -9,7 +9,7 @@ class Chef
deps do
require "chef/chef_fs/file_system"
- require "chef/chef_fs/file_system/not_found_error"
+ require "chef/chef_fs/file_system/exceptions"
end
option :local,