summaryrefslogtreecommitdiff
path: root/lib/chef/knife/cookbook_bulk_delete.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/cookbook_bulk_delete.rb')
-rw-r--r--lib/chef/knife/cookbook_bulk_delete.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_bulk_delete.rb b/lib/chef/knife/cookbook_bulk_delete.rb
index 3fb8e6d4ed..3df0737828 100644
--- a/lib/chef/knife/cookbook_bulk_delete.rb
+++ b/lib/chef/knife/cookbook_bulk_delete.rb
@@ -17,7 +17,7 @@
# limitations under the License.
#
-require_relative ""
+require_relative "../knife"
class Chef
class Knife