Skip to content

Commit 2a05ce6

Browse files
authored
moving git to package deps (#304)
Signed-off-by: nikhil2611 <[email protected]>
1 parent 982c5fe commit 2a05ce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

habitat/plan.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ export HAB_REFRESH_CHANNEL="base-2025"
33
pkg_name=chef-cli
44
pkg_origin=chef
55
ruby_pkg="core/ruby3_4"
6-
pkg_deps=(${ruby_pkg} core/coreutils core/libarchive)
6+
pkg_deps=(${ruby_pkg} core/coreutils core/libarchive core/git)
77
pkg_build_deps=(
88
core/make
99
core/sed
1010
core/gcc
11-
core/git
1211
)
1312
pkg_bin_dirs=(bin)
1413

0 commit comments

Comments
 (0)