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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/index_rebuild.rb b/lib/chef/knife/index_rebuild.rb
index 3e97c7751b..4b9fcdd159 100644
--- a/lib/chef/knife/index_rebuild.rb
+++ b/lib/chef/knife/index_rebuild.rb
@@ -40,7 +40,7 @@ class Chef
nag
output rest.post_rest("/search/reindex", {})
end
-
+
end
def grab_api_info
@@ -55,7 +55,7 @@ class Chef
r = exception.response
parse_api_info(r)
end
-
+
# Only Chef 11+ servers will have version information in their
# headers, and only those servers will lack an API endpoint for
# index rebuilding.