Add environment to appbundle so required tools are added to the path

This commit is contained in:
Scott Hain 2016-09-23 15:24:50 -07:00
parent 41a7c8c411
commit 3538e7029d

View file

@ -44,5 +44,5 @@ build do
gem "build #{name}.gemspec", env: env
gem "install #{name}-*.gem --no-document", env: env
appbundle 'inspec'
appbundle 'inspec', env: env
end