diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-03-25 18:59:28 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-03-25 18:59:28 -0700 |
commit | 43a28050b25d82cc1747a292b917d5775ae7ace7 (patch) | |
tree | 105ffd8c19a002d537077c40c8d771bc2e3c7eae /habitat | |
parent | bfa97e3e6614b97ce85f4ad4f26b0150c9f8812b (diff) | |
download | chef-43a28050b25d82cc1747a292b917d5775ae7ace7.tar.gz |
Make sure we have git for hab
Hopefully this fixes the hab
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'habitat')
-rw-r--r-- | habitat/plan.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1 index 5462ff56ff..eb25f9cae3 100644 --- a/habitat/plan.ps1 +++ b/habitat/plan.ps1 @@ -10,6 +10,9 @@ $pkg_bin_dirs=@( "bin" "vendor/bin" ) +$pkg_build_deps=@( + "core/git" +) $pkg_deps=@( "core/cacerts" "chef/ruby-plus-devkit" |