diff options
-rw-r--r-- | lib/chef/resource/windows_package_manager.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_package_manager.rb b/lib/chef/resource/windows_package_manager.rb index e1931e0f5b..9e108d779d 100644 --- a/lib/chef/resource/windows_package_manager.rb +++ b/lib/chef/resource/windows_package_manager.rb @@ -88,7 +88,7 @@ class Chef property :scope, String, description: "Install the package for the current user or the whole machine.", - default: "user", equal_to: %w["user", "machine"] + default: "user", equal_to: %w[user machine] property :location, String, description: "The location on the local system to install the package to. For example 'c:\foo\'." |