mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add core/hab
to pkg_deps
in hab plan.
Runtime of `hab pkg exec chef/inspec` changes the path for the inspec runtime to match that of the inspec hab package. This makes it so tests which need to execute things like `hab pkg path myorigin/mypath` in the can profile/test can successfully execute the command. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
This commit is contained in:
parent
9ac3db0c6a
commit
56364caeaa
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ pkg_deps=(
|
|||
core/libxslt
|
||||
core/ruby
|
||||
core/net-tools
|
||||
core/hab
|
||||
)
|
||||
pkg_build_deps=(
|
||||
core/bundler
|
||||
|
|
Loading…
Reference in a new issue