Skip to content

Commit

Permalink
remove trace flag from rake install
Browse files Browse the repository at this point in the history
Signed-off-by: rishichawda <[email protected]>
  • Loading branch information
rishichawda committed Dec 23, 2024
1 parent 6d04e1d commit 51701c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/appbundle-updater
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ App = Struct.new(:name, :origin, :bundle_without, :install_commands, :gems) do
end
end

chef_install_command = "#{vendor_bin_dir.join("rake")} install:local --trace"
chef_install_command = "#{vendor_bin_dir.join("rake")} install:local"

HABITAT_PACKAGES = [
App.new(
Expand Down

0 comments on commit 51701c3

Please sign in to comment.