summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-10-16 12:33:56 -0700
committerGitHub <noreply@github.com>2017-10-16 12:33:56 -0700
commit4408b42a60010c9511bbcee38ba25cc82e597148 (patch)
treeca78114dbe76a9ea5423add5502dba020848cd42
parent4f5ea8361722955d3a8e61afac2d5478943fa789 (diff)
parent64d12bd38451cadaa73d13411bff5201f953a53c (diff)
downloadchef-4408b42a60010c9511bbcee38ba25cc82e597148.tar.gz
Merge pull request #6499 from chef/shain/chef-12-gemfix
Add environment/cwd to bundle freeze script
-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)