diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-07-21 16:25:51 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-07-21 16:25:51 -0700 |
commit | e16679a1197d52f93fd373931873b9e8bfbd98fa (patch) | |
tree | 1424f6510ca37223d2a7d618d9c61bba66727205 /kitchen-tests | |
parent | 0a10e6a135d76aab768ed997d9bb63a1826c2d52 (diff) | |
download | chef-e16679a1197d52f93fd373931873b9e8bfbd98fa.tar.gz |
Avoid spelling warning
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 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 |