summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-01-17 12:38:30 -0800
committerdanielsdeleo <dan@opscode.com>2013-01-17 12:39:15 -0800
commitd40079236c3e3d98d5058b58ce0fe3d9b4d57099 (patch)
tree225887ea6634dea47b12025e99a3effd1b986a96 /bin
parent88755bd99c7b1b9c8bd8b6c316cc830366f62577 (diff)
downloadchef-d40079236c3e3d98d5058b58ce0fe3d9b4d57099.tar.gz
[CHEF-3571] code rename chef-recipe -> chef-apply
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chef-apply2
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