diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-08-18 10:15:44 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-08-18 10:15:44 -0700 |
commit | 7f51c067970c235d0868ecc941c18233d411979c (patch) | |
tree | 5ee79cb312325ebd295a0976bc9db03467aa1b54 /kitchen-tests | |
parent | 63217f28a11186e8f87264827ec67ad64bfbf4a7 (diff) | |
download | chef-7f51c067970c235d0868ecc941c18233d411979c.tar.gz |
Fix chefstyle in the Test Kitchen testmac_testing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/macos.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb index 76ddacb4bb..1fbc1f0aca 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb @@ -56,8 +56,8 @@ include_recipe "git" end end -osx_profile 'Remove screensaver profile' do - identifier 'com.company.screensaver' +osx_profile "Remove screensaver profile" do + identifier "com.company.screensaver" action :remove end |