summaryrefslogtreecommitdiff
path: root/spec/integration/recipes/remote_directory.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/recipes/remote_directory.rb')
-rw-r--r--spec/integration/recipes/remote_directory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/recipes/remote_directory.rb b/spec/integration/recipes/remote_directory.rb
index 77fe183136..a0e3e23ef3 100644
--- a/spec/integration/recipes/remote_directory.rb
+++ b/spec/integration/recipes/remote_directory.rb
@@ -50,7 +50,7 @@ describe Chef::Resource::RemoteDirectory do
end
EOM
end
- shell_out!("#{chef_client} -c \"#{path_to('config/client.rb')}\" -o 'test::default'", :cwd => chef_dir)
+ shell_out!("#{chef_client} -c \"#{path_to('config/client.rb')}\" -o 'test::default'", cwd: chef_dir)
end
def mode_of(path)