summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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