summaryrefslogtreecommitdiff
path: root/lib/chef/deprecation/provider/remote_directory.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/deprecation/provider/remote_directory.rb')
-rw-r--r--lib/chef/deprecation/provider/remote_directory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/deprecation/provider/remote_directory.rb b/lib/chef/deprecation/provider/remote_directory.rb
index f6242a4557..4e28fdc3fa 100644
--- a/lib/chef/deprecation/provider/remote_directory.rb
+++ b/lib/chef/deprecation/provider/remote_directory.rb
@@ -43,7 +43,7 @@ class Chef
end
# Clean all the paths... this is required because of the join
- files.map {|f| Chef::Util::PathHelper.cleanpath(f)}
+ files.map { |f| Chef::Util::PathHelper.cleanpath(f) }
end
end