diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-07-20 11:52:24 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-07-20 11:52:24 -0700 |
commit | c6a5e780c4ae76e7c6989e7cd4f9d37c055776e6 (patch) | |
tree | cfcfd32b2e44c8cce1953b8e8c9bc78d1d3e0fcd /kitchen-tests | |
parent | 1d1e0ef6e16837e7106ff1f7e9c5dfbd6fe26750 (diff) | |
download | chef-c6a5e780c4ae76e7c6989e7cd4f9d37c055776e6.tar.gz |
Fix case in test resource
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb index 5d8fbdd543..107a9fb867 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb @@ -25,7 +25,7 @@ macos_userdefaults "Set the dock size" do value "20" end -macos_userdefaults "value with space" do +macos_userdefaults "Value with space" do domain "/Library/Preferences/ManagedInstalls" key "LogFile" value "/Library/Managed Installs/Logs/ManagedSoftwareUpdate2.log" |