Skip to content

Commit

Permalink
Moved the git dep to pkg_deps
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed Nov 6, 2024
1 parent 3e74ee2 commit 2f8c7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ pkg_bin_dirs=(
pkg_build_deps=(
core/make
core/gcc
core/git
)
pkg_deps=(
$_chef_client_ruby
core/coreutils
core/git
)
pkg_svc_user=root

Expand Down

0 comments on commit 2f8c7d5

Please sign in to comment.