summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-02 12:31:09 -0700
committerGitHub <noreply@github.com>2021-04-02 12:31:09 -0700
commit264d75370bd1088394cc442df5a6232ba59de917 (patch)
treebb2dba078adccc466c5779f29be328c75c761303
parent263a962aa0955b634f6c8554560a016289bee01a (diff)
parent7d932b7f997cd36d61b34e78a8d2ebce20c65242 (diff)
downloadchef-264d75370bd1088394cc442df5a6232ba59de917.tar.gz
Merge pull request #11288 from chef/fix_hab
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--habitat/plan.ps13
1 files changed, 0 insertions, 3 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index eb25f9cae3..5462ff56ff 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -10,9 +10,6 @@ $pkg_bin_dirs=@(
"bin"
"vendor/bin"
)
-$pkg_build_deps=@(
- "core/git"
-)
$pkg_deps=@(
"core/cacerts"
"chef/ruby-plus-devkit"