summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-21 16:25:51 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-21 16:25:51 -0700
commite16679a1197d52f93fd373931873b9e8bfbd98fa (patch)
tree1424f6510ca37223d2a7d618d9c61bba66727205
parent0a10e6a135d76aab768ed997d9bb63a1826c2d52 (diff)
downloadchef-e16679a1197d52f93fd373931873b9e8bfbd98fa.tar.gz
Avoid spelling warning
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 3f907c3428..80cbfddfcc 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb
@@ -63,7 +63,7 @@ end
# test that we can handle the 2nd client run with :delete
macos_userdefaults "bogus key" do
domain "/Library/Preferences/com.apple.alf"
- key "globalstatenope"
+ key "GlobalStateNope"
action :delete
end