summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-20 11:52:24 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-20 11:52:24 -0700
commitc6a5e780c4ae76e7c6989e7cd4f9d37c055776e6 (patch)
treecfcfd32b2e44c8cce1953b8e8c9bc78d1d3e0fcd /kitchen-tests
parent1d1e0ef6e16837e7106ff1f7e9c5dfbd6fe26750 (diff)
downloadchef-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.rb2
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"