diff options
author | danielsdeleo <dan@opscode.com> | 2013-01-17 12:38:30 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-01-17 12:39:15 -0800 |
commit | d40079236c3e3d98d5058b58ce0fe3d9b4d57099 (patch) | |
tree | 225887ea6634dea47b12025e99a3effd1b986a96 /bin | |
parent | 88755bd99c7b1b9c8bd8b6c316cc830366f62577 (diff) | |
download | chef-d40079236c3e3d98d5058b58ce0fe3d9b4d57099.tar.gz |
[CHEF-3571] code rename chef-recipe -> chef-apply
Diffstat (limited to 'bin')
-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 |