summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file.rb
diff options
context:
space:
mode:
authorJesse Campbell <hikeit@gmail.com>2013-02-05 16:13:22 -0500
committerJesse Campbell <hikeit@gmail.com>2013-02-05 16:13:22 -0500
commit069935d14b1e3377cf344e2a519e9c570d0be8c5 (patch)
treefeb3fa3d429e0e82b9e272d5fa342df823d30ca7 /lib/chef/provider/remote_file.rb
parent4e31c205ec003734b4ed03ed57121fb4e896afb6 (diff)
downloadchef-069935d14b1e3377cf344e2a519e9c570d0be8c5.tar.gz
Fix remote_file namespacing
Diffstat (limited to 'lib/chef/provider/remote_file.rb')
-rw-r--r--lib/chef/provider/remote_file.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/remote_file.rb b/lib/chef/provider/remote_file.rb
index 27ee95acd3..7e3816496b 100644
--- a/lib/chef/provider/remote_file.rb
+++ b/lib/chef/provider/remote_file.rb
@@ -19,7 +19,6 @@
require 'chef/provider/file'
require 'rest_client'
-require 'chef/provider/remote_file/ftp'
require 'uri'
require 'tempfile'