diff options
Diffstat (limited to 'bin/chef-apply')
-rwxr-xr-x | bin/chef-apply | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-apply b/bin/chef-apply index df960bc455..ed7f3173a5 100755 --- a/bin/chef-apply +++ b/bin/chef-apply @@ -22,4 +22,4 @@ require 'rubygems' $:.unshift(File.join(File.dirname(__FILE__), "..", "lib")) require 'chef/application/apply' -Chef::Application::Recipe.new.run +Chef::Application::Apply.new.run |