diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-28 12:43:11 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-28 12:43:11 -0700 |
commit | e5ba371c42a16619b3ea9b4696d3f33bdfc2b134 (patch) | |
tree | d66899f61dc2eb7bf34eae057d801bf414615b08 | |
parent | e132c98be92a02fad94f87188c8a1d54ba0ac7b1 (diff) | |
download | chef-e5ba371c42a16619b3ea9b4696d3f33bdfc2b134.tar.gz |
Rename the habitat package to chef-infra-client
Update the hab package to match the marketing name of the product while
we still have a chance.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | habitat-packages/chef-client/plan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat-packages/chef-client/plan.sh b/habitat-packages/chef-client/plan.sh index 5c5ff1da37..8d8d873956 100644 --- a/habitat-packages/chef-client/plan.sh +++ b/habitat-packages/chef-client/plan.sh @@ -1,4 +1,4 @@ -pkg_name=chef-client +pkg_name=chef-infra-client pkg_origin=chef pkg_maintainer="The Chef Maintainers <humans@chef.io>" pkg_description="The Chef Client" |