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
commit95c2f7bea81cb70cd0c4912cb66c359eb177073d (patch)
treeb7d51cd26ba9577057d6290b37785fcdb2c8588b /Library
parent32ee1375ed77e86273839614ced839344cd05985 (diff)
downloadhomebrew-95c2f7bea81cb70cd0c4912cb66c359eb177073d.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?