aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-06-02 13:01:20 +0100
committerMike McQuaid2013-06-02 13:01:20 +0100
commit347c905a7f5967880c59582c7760e2ed23994ca3 (patch)
treed8ee15fb9b168fedfc2d84edda3837de8868544c /Library
parent4f3d1f029e0e3caf6275a496f1b5af39c32bca3d (diff)
downloadbrew-347c905a7f5967880c59582c7760e2ed23994ca3.tar.bz2
brew-test-bot: improve long command output.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 1d8ae1472..548068ce8 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -63,7 +63,7 @@ class Step
end
def puts_result
- puts "#{Tty.send status_colour}#{status_upcase}#{Tty.reset}"
+ puts " #{Tty.send status_colour}#{status_upcase}#{Tty.reset}"
end
def has_output?