From b1d46e8fb490d542e35764256ed6fe12f5ce85ed Mon Sep 17 00:00:00 2001 From: Marc Chamberland Date: Wed, 29 Jan 2020 21:28:24 -0500 Subject: remove useless interpolation in comments Signed-off-by: Marc Chamberland --- lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb b/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb index 1ac0b23755..3fe397ed9e 100644 --- a/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb +++ b/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb @@ -120,11 +120,11 @@ If !ERRORLEVEL!==0 ( ) :install -@rem If user has provided the custom installation command for <%= Chef::Dist::CLIENT %> then execute it +@rem If user has provided the custom installation command, execute it <% if @chef_config[:knife][:bootstrap_install_command] %> <%= @chef_config[:knife][:bootstrap_install_command] %> <% else %> - @rem Install Chef using <%= Chef::Dist::CLIENT %> MSI installer + @rem Install Chef using the MSI installer @set "LOCAL_DESTINATION_MSI_PATH=<%= local_download_path %>" @set "CHEF_CLIENT_MSI_LOG_PATH=%TEMP%\<%= Chef::Dist::CLIENT %>-msi%RANDOM%.log" -- cgit v1.2.1