diff options
author | danielsdeleo <dan@opscode.com> | 2013-01-17 12:27:17 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-01-17 12:39:15 -0800 |
commit | 88755bd99c7b1b9c8bd8b6c316cc830366f62577 (patch) | |
tree | 6f8ca4060e70185896653036009b018f2ac66eca /bin | |
parent | cb05bbb14f54325b384eaec39c90d747cfd61c54 (diff) | |
download | chef-88755bd99c7b1b9c8bd8b6c316cc830366f62577.tar.gz |
[CHEF-3571] file rename chef-recipe -> chef-apply
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chef-apply (renamed from bin/chef-recipe) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-recipe b/bin/chef-apply index b50a83fe72..df960bc455 100755 --- a/bin/chef-recipe +++ b/bin/chef-apply @@ -20,6 +20,6 @@ require 'rubygems' $:.unshift(File.join(File.dirname(__FILE__), "..", "lib")) -require 'chef/application/recipe' +require 'chef/application/apply' Chef::Application::Recipe.new.run |