summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-10-06 15:34:17 -0400
committerTim Smith <tsmith@chef.io>2017-10-06 15:41:50 -0400
commitae90af82e9d87b1834bb1784559475f2d995848a (patch)
tree3fb2e4df4298f8eb8b225162eb9ec2494d7aa5fc
parentdeeecfc5dc761a7fb469d24a0741d4f7bd1f7570 (diff)
downloadchef-null2.tar.gz
Remove the knife null pluginnull2
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/knife/null.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/chef/knife/null.rb b/lib/chef/knife/null.rb
deleted file mode 100644
index 0b5058e8ea..0000000000
--- a/lib/chef/knife/null.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-class Chef
- class Knife
- class Null < Chef::Knife
- banner "knife null"
-
- def run
- end
- end
- end
-end