Skip to content
Snippets Groups Projects
Commit 37b817ed authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

test-bot: fix access to relocated method

Fix bug introduced in a2c23dfe. Moving
this method apparently made it inaccessible from `Homebrew::Step`.
parent a2c23dfe
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ module Homebrew
unless output.empty?
@output = fix_encoding!(output)
@output = Homebrew.fix_encoding!(output)
puts @output if (failed? || @puts_output_on_success) && !verbose
File.write(log_file_path, @output) if ARGV.include? "--keep-logs"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment