summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Chamberland <chamberland.marc@gmail.com>2020-01-29 21:28:24 -0500
committerMarc Chamberland <chamberland.marc@gmail.com>2020-02-26 19:02:18 -0500
commitb1d46e8fb490d542e35764256ed6fe12f5ce85ed (patch)
tree753e06e04124a453b94f5711755acdec304b795a
parent2be4e0e3c52151c90767571adb1f834fb746f821 (diff)
downloadchef-b1d46e8fb490d542e35764256ed6fe12f5ce85ed.tar.gz
remove useless interpolation in comments
Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
-rw-r--r--lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb4
1 files 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"