diff options
author | Bryan Berry <bryan.berry@gmail.com> | 2012-11-22 11:52:42 +0100 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-01-17 12:19:51 -0800 |
commit | cb05bbb14f54325b384eaec39c90d747cfd61c54 (patch) | |
tree | ac85fead30ad0fcf803403371c0cc586942a458e /lib/chef/applications.rb | |
parent | 6705514c81550024fe37f62c71d85f101637dedd (diff) | |
download | chef-cb05bbb14f54325b384eaec39c90d747cfd61c54.tar.gz |
CHEF-3571 add chef-recipe command
Diffstat (limited to 'lib/chef/applications.rb')
-rw-r--r-- | lib/chef/applications.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/applications.rb b/lib/chef/applications.rb index 48fd56acf4..36b22ef4f0 100644 --- a/lib/chef/applications.rb +++ b/lib/chef/applications.rb @@ -2,3 +2,4 @@ require 'chef/application/agent' require 'chef/application/client' require 'chef/application/knife' require 'chef/application/solo' +require 'chef/application/recipe' |