summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/docs.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index 619d1a2218..af35e77701 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -15,6 +15,7 @@ namespace :docs_site do
# @return String Chef Infra Client or Chef Client depending on version
def branded_chef_client_name(version)
return "Chef Infra Client" if Gem::Version.new(version) >= Gem::Version.new("15")
+
"Chef Client"
end