summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/knife/bootstrap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb
index 3279f7970a..3fe2ec5d71 100644
--- a/lib/chef/knife/bootstrap.rb
+++ b/lib/chef/knife/bootstrap.rb
@@ -467,7 +467,7 @@ class Chef
# @return [String] Default bootstrap template
def default_bootstrap_template
if connection.windows?
- "windows-#{Chef::Dist::CLIENT}-msi"
+ "windows-chef-client-msi"
else
"chef-full"
end