summaryrefslogtreecommitdiff
path: root/omnibus/files/chef/build-chef.rb
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/files/chef/build-chef.rb')
-rw-r--r--omnibus/files/chef/build-chef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/files/chef/build-chef.rb b/omnibus/files/chef/build-chef.rb
index dd2f76e049..a4a6becfdd 100644
--- a/omnibus/files/chef/build-chef.rb
+++ b/omnibus/files/chef/build-chef.rb
@@ -78,7 +78,7 @@ module BuildChef
# Emit blank line to separate different tasks
log.info(log_key) { "" }
log.info(log_key) { "Properly installing git or path sourced gem #{gem_path} using rake install" }
- shellout!("#{bundle_bin} exec #{rake_bin} install --trace", env: chef_env, cwd: gem_path)
+ shellout!("#{bundle_bin} exec #{rake_bin} install", env: chef_env, cwd: gem_path)
end
end
end