summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-01-17 12:27:17 -0800
committerdanielsdeleo <dan@opscode.com>2013-01-17 12:39:15 -0800
commit88755bd99c7b1b9c8bd8b6c316cc830366f62577 (patch)
tree6f8ca4060e70185896653036009b018f2ac66eca /bin
parentcb05bbb14f54325b384eaec39c90d747cfd61c54 (diff)
downloadchef-88755bd99c7b1b9c8bd8b6c316cc830366f62577.tar.gz
[CHEF-3571] file rename chef-recipe -> chef-apply
Diffstat (limited to 'bin')
-rwxr-xr-xbin/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