diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-28 12:52:32 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-28 12:52:32 -0700 |
commit | 34c6472616ddf85d1e6013ab8d4d5e5ebb5bd784 (patch) | |
tree | 41132c25bacaf9170bf2a9e75a319035c8c6e3bd | |
parent | 34e553738e5fdd74ce7e823add2130d33e71003a (diff) | |
download | chef-34c6472616ddf85d1e6013ab8d4d5e5ebb5bd784.tar.gz |
Update the hab package description
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | habitat/chef-infra-client/plan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/chef-infra-client/plan.sh b/habitat/chef-infra-client/plan.sh index 8d8d873956..146f162718 100644 --- a/habitat/chef-infra-client/plan.sh +++ b/habitat/chef-infra-client/plan.sh @@ -1,7 +1,7 @@ pkg_name=chef-infra-client pkg_origin=chef pkg_maintainer="The Chef Maintainers <humans@chef.io>" -pkg_description="The Chef Client" +pkg_description="The Chef Infra Client" pkg_license=('Apache-2.0') pkg_filename="${pkg_name}-${pkg_version}.tar.gz" pkg_bin_dirs=(bin) |