Skip to content
Snippets Groups Projects
Commit 9497d2f7 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew-test-bot: fix logs in spaced directories.

parent 6d41707b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class Step
puts_command
start_time = Time.now
run_command = "#{@command} &>#{log_file_path}"
run_command = "#{@command} &>'#{log_file_path}'"
if run_command.start_with? 'git '
Dir.chdir @repository do
`#{run_command}`
......
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