diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-04-02 10:36:21 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-04-02 10:36:21 -0700 |
commit | 5daf9335db751d651ed215c012cb932ff2ef425d (patch) | |
tree | db0692cd03271926d0b474fca748c63d9285df26 /lib/chef/provider/package/windows | |
parent | 40b8dbcc1be0454873b79b04537baa074c221361 (diff) | |
download | chef-5daf9335db751d651ed215c012cb932ff2ef425d.tar.gz |
Chef-13: coerce package options property to a Stringlcg/package-options
Windows side we still can't support this kind of API, this
is for Unix-ey stuff.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/provider/package/windows')
-rw-r--r-- | lib/chef/provider/package/windows/msi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/windows/msi.rb b/lib/chef/provider/package/windows/msi.rb index 7e6048ce49..ef8b674b60 100644 --- a/lib/chef/provider/package/windows/msi.rb +++ b/lib/chef/provider/package/windows/msi.rb @@ -1,6 +1,6 @@ # # Author:: Bryan McLellan <btm@loftninjas.org> -# Copyright:: Copyright 2014-2016, Chef Software, Inc. +# Copyright:: Copyright 2014-2017, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); |