Skip to content

Commit

Permalink
[CHEF-3571] update gemspec for chef-recipe -> chef-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Jan 17, 2013
1 parent d400792 commit fff5f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef.gemspec
Expand Up @@ -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

0 comments on commit fff5f51

Please sign in to comment.