summaryrefslogtreecommitdiff
path: root/lib/chef/knife/index_rebuild.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/index_rebuild.rb')
-rw-r--r--lib/chef/knife/index_rebuild.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/knife/index_rebuild.rb b/lib/chef/knife/index_rebuild.rb
index c317d767b5..21a525f1c3 100644
--- a/lib/chef/knife/index_rebuild.rb
+++ b/lib/chef/knife/index_rebuild.rb
@@ -21,7 +21,6 @@ require "chef/knife"
class Chef
class Knife
class IndexRebuild < Knife
-
banner "knife index rebuild (options)"
option :yes,
:short => "-y",
@@ -40,7 +39,6 @@ class Chef
nag
output rest.post("/search/reindex", {})
end
-
end
def grab_api_info
@@ -128,7 +126,6 @@ class Chef
"chef-server-ctl"
end
end
-
end
end
end