summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/macos.rb4
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 7fb71252f1..726b87949a 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -72,8 +72,8 @@ user "tempadmin" do
password "password"
end
-sudo 'passwordless-access to change git ownership' do
- commands ['ALL']
+sudo "passwordless-access to change git ownership" do
+ commands ["ALL"]
nopasswd true
users "tempadmin"
end