summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-03-29 16:09:16 -0700
committerDaniel DeLeo <dan@opscode.com>2011-03-29 16:09:16 -0700
commitd7d44a50d80c8853191ac4d96266071eb2a9ac84 (patch)
tree552980102909d378f439ef38156b7834f97cf5d3
parentc493086fa621f5a4b1c4065b2fee48492a082d99 (diff)
parent54aa492cc365bfa96dbb57de8d4b66855e38d38f (diff)
downloadchef-d7d44a50d80c8853191ac4d96266071eb2a9ac84.tar.gz
Merge branch 'fix-knife-exec'
-rw-r--r--chef/lib/chef/knife/exec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef/lib/chef/knife/exec.rb b/chef/lib/chef/knife/exec.rb
index d018b290cf..44375832a6 100644
--- a/chef/lib/chef/knife/exec.rb
+++ b/chef/lib/chef/knife/exec.rb
@@ -32,7 +32,6 @@ class Chef::Knife::Exec < Chef::Knife
end
def run
- late_load_deps
scripts = Array(name_args)
context = Object.new
Shef::Extensions.extend_context_object(context)