summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2017-10-16 12:29:53 -0700
committerScott Hain <shain@chef.io>2017-10-16 12:29:53 -0700
commit64d12bd38451cadaa73d13411bff5201f953a53c (patch)
treeca78114dbe76a9ea5423add5502dba020848cd42
parent4f5ea8361722955d3a8e61afac2d5478943fa789 (diff)
downloadchef-64d12bd38451cadaa73d13411bff5201f953a53c.tar.gz
Add environment/cwd to bundle freeze script
Signed-off-by: Scott Hain <shain@chef.io>
-rw-r--r--omnibus/files/chef-appbundle/build-chef-appbundle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/files/chef-appbundle/build-chef-appbundle.rb b/omnibus/files/chef-appbundle/build-chef-appbundle.rb
index eaf4904501..da6d6c0fba 100644
--- a/omnibus/files/chef-appbundle/build-chef-appbundle.rb
+++ b/omnibus/files/chef-appbundle/build-chef-appbundle.rb
@@ -50,7 +50,7 @@ module BuildChefAppbundle
# "test", "changelog" and "guard" come from berkshelf, "maintenance" comes from chef
# "tools" and "integration" come from inspec
shellout!("#{bundle_bin} config --local without #{without_groups.join(":")}", env: env, cwd: installed_path)
- shellout!("#{bundle_bin} config --local frozen 1")
+ shellout!("#{bundle_bin} config --local frozen 1", env: env, cwd: installed_path)
shellout!("#{bundle_bin} check", env: env, cwd: installed_path)