aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-14 13:45:37 +0100
committerMike McQuaid2013-09-14 13:45:44 +0100
commit1a21754e5c2009b5cd9072c36cef68d61ac13b11 (patch)
tree64e4dc8972fa257b564652000523fd436c760d86 /Library
parent16cb25e422021eeb1f78c82b6c41a7c45ce718c4 (diff)
downloadbrew-1a21754e5c2009b5cd9072c36cef68d61ac13b11.tar.bz2
brew-test-bot: only squeeze command spaces.
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 3773346b9..8a13862cd 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -53,7 +53,7 @@ class Step
end
def command_short
- @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '').strip.squeeze
+ @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '').strip.squeeze ' '
end
def passed?