summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2019-11-08 14:33:36 -0800
committerGitHub <noreply@github.com>2019-11-08 14:33:36 -0800
commitf0b1772ace0ee495bfeda5417818ebd4a69f7304 (patch)
tree968beb67ea19d78fc6e92c44d41cb963c922f7b1
parent8cdb922484468f41c0a083f13a8437c3a6044a43 (diff)
parent78c4e1de01606bd9070cb917fbbd661fc4504075 (diff)
downloadchef-f0b1772ace0ee495bfeda5417818ebd4a69f7304.tar.gz
missed adding chef-utils to hab plan here (#9082)
missed adding chef-utils to hab plan here
-rw-r--r--habitat/plan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.sh b/habitat/plan.sh
index 182c6f352c..7dc47d5e37 100644
--- a/habitat/plan.sh
+++ b/habitat/plan.sh
@@ -102,7 +102,7 @@ do_build() {
do_install() {
build_line "Copying directories from source to pkg_prefix"
mkdir -p "${pkg_prefix}/chef"
- for dir in bin chef-bin chef-config lib chef.gemspec Gemfile Gemfile.lock; do
+ for dir in bin chef-bin chef-config chef-utils lib chef.gemspec Gemfile Gemfile.lock; do
cp -rv "${SRC_PATH}/${dir}" "${pkg_prefix}/chef/"
done