summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorBryan Berry <bryan.berry@gmail.com>2012-11-22 11:52:42 +0100
committerdanielsdeleo <dan@opscode.com>2013-01-17 12:19:51 -0800
commitcb05bbb14f54325b384eaec39c90d747cfd61c54 (patch)
treeac85fead30ad0fcf803403371c0cc586942a458e /chef.gemspec
parent6705514c81550024fe37f62c71d85f101637dedd (diff)
downloadchef-cb05bbb14f54325b384eaec39c90d747cfd61c54.tar.gz
CHEF-3571 add chef-recipe command
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 13d35e66c3..df8757880a 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
%w(rspec-core rspec-expectations rspec-mocks).each { |gem| s.add_development_dependency gem, "~> 2.12.0" }
s.bindir = "bin"
- s.executables = %w( chef-client chef-solo knife chef-shell shef )
+ s.executables = %w( chef-client chef-solo knife chef-shell shef chef-recipe )
s.require_path = 'lib'
s.files = %w(Rakefile LICENSE README.md CONTRIBUTING.md) + Dir.glob("{distro,lib,tasks,spec}/**/*")
end