From 1a21754e5c2009b5cd9072c36cef68d61ac13b11 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Sep 2013 13:45:37 +0100 Subject: [PATCH] brew-test-bot: only squeeze command spaces. --- Library/Contributions/cmd/brew-test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 3773346b98..8a13862cdb 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?