diff options
author | Serdar Sutay <serdar@opscode.com> | 2016-04-07 18:25:06 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2016-04-07 18:25:06 -0700 |
commit | 63761d702982103799239e298120c45909d610af (patch) | |
tree | 7b502ffd47efaf769f9a5f71a79cd9afcd7f34ea | |
parent | 5e882a34662028226b936228a385060b02d70bec (diff) | |
parent | 17a6c7d1f397a99e2342bd468b662e247cc5e5eb (diff) | |
download | chef-63761d702982103799239e298120c45909d610af.tar.gz |
Merge pull request #4811 from chef/sersut/build-fix
Point to the right license file for chef.
-rw-r--r-- | omnibus/config/projects/chef.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb index a298be1567..aec14bfe0e 100644 --- a/omnibus/config/projects/chef.rb +++ b/omnibus/config/projects/chef.rb @@ -19,7 +19,7 @@ friendly_name "Chef Client" maintainer "Chef Software, Inc. <maintainers@chef.io>" homepage "https://www.chef.io" license "Apache-2.0" -license_file "LICENSE" +license_file "../LICENSE" build_iteration 1 current_file ||= __FILE__ |