summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-17 23:23:29 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-04-24 13:29:00 -0400
commita036265fff3781c0945b3411c317eca1cafd64ca (patch)
treec76a1f2c1b6df07f6d39e256c7f32da6f1a60f09 /lib
parent93747779d9d4717ed3da3a3e0e573fa9199e4f19 (diff)
downloadchef-a036265fff3781c0945b3411c317eca1cafd64ca.tar.gz
Apply suggestions from code review
Co-Authored-By: marcparadise <marcparadise@users.noreply.github.com> Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'lib')
-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 96aadede74..37fcf15682 100644
--- a/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb
+++ b/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb
@@ -1,6 +1,6 @@
@rem
@rem Author:: Seth Chisamore (<schisamo@chef.io>)
-@rem Copyright:: Copyright (c) 2011-2017 Chef Software, Inc.
+@rem Copyright:: Copyright (c) 2011-2019 Chef Software, Inc.
@rem License:: Apache License, Version 2.0
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@@ -87,7 +87,7 @@ goto architecture_select
@set MACHINE_OS=2016
goto architecture_select
-@rem Currently Windows Server 2016 R2 is treated as equivalent to Windows Server 2016
+@rem Currently Windows Server 2019 is treated as equivalent to Windows Server 2016
:Version10.1
goto Version10.0