summaryrefslogtreecommitdiff
path: root/lib/chef/knife/upload.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/upload.rb')
-rw-r--r--lib/chef/knife/upload.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/upload.rb b/lib/chef/knife/upload.rb
index 25dcd81004..190549d86a 100644
--- a/lib/chef/knife/upload.rb
+++ b/lib/chef/knife/upload.rb
@@ -14,7 +14,7 @@
# limitations under the License.
#
-require "chef/chef_fs/knife"
+require_relative "../chef_fs/knife"
class Chef
class Knife
@@ -24,7 +24,7 @@ class Chef
category "path-based"
deps do
- require "chef/chef_fs/command_line"
+ require_relative "../chef_fs/command_line"
end
option :recurse,