summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-01-17 12:47:28 -0800
committerdanielsdeleo <dan@opscode.com>2013-01-17 12:47:28 -0800
commitfff5f512d3b0d8f1b3c349b85326b94c5348e7dc (patch)
tree557780eb38e94ab171f9190a2dc3a337f05afb69 /chef.gemspec
parentd40079236c3e3d98d5058b58ce0fe3d9b4d57099 (diff)
downloadchef-fff5f512d3b0d8f1b3c349b85326b94c5348e7dc.tar.gz
[CHEF-3571] update gemspec for chef-recipe -> chef-apply
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 df8757880a..9f97141aea 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 chef-recipe )
+ s.executables = %w( chef-client chef-solo knife chef-shell shef chef-apply )
s.require_path = 'lib'
s.files = %w(Rakefile LICENSE README.md CONTRIBUTING.md) + Dir.glob("{distro,lib,tasks,spec}/**/*")
end