diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-17 23:23:29 -0400 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2019-04-24 13:29:00 -0400 |
commit | a036265fff3781c0945b3411c317eca1cafd64ca (patch) | |
tree | c76a1f2c1b6df07f6d39e256c7f32da6f1a60f09 /lib | |
parent | 93747779d9d4717ed3da3a3e0e573fa9199e4f19 (diff) | |
download | chef-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.erb | 4 |
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 |