Skip to content

Commit

Permalink
cmd/generate-analytics-api: remove merged_output
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Cho <[email protected]>
  • Loading branch information
cho-m committed Mar 19, 2024
1 parent 8d055c2 commit 16bd913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/generate-analytics-api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run_formula_analytics(*args)
result = Utils.popen_read(HOMEBREW_BREW_FILE, "formula-analytics", *args)
end

odie "`brew formula-analytics #{args.join(" ")}` failed: #{result.merged_output}" unless $CHILD_STATUS.success?
odie "`brew formula-analytics #{args.join(" ")}` failed: #{result}" unless $CHILD_STATUS.success?

result
end
Expand Down

0 comments on commit 16bd913

Please sign in to comment.