[Bps-public-commit] smokingit branch, master, updated. 64e88327518c5cbfa3f9375b497d3c6e2dd1fd26
Alex Vandiver
alexmv at bestpractical.com
Mon Jan 6 23:04:47 EST 2014
The branch, master has been updated
via 64e88327518c5cbfa3f9375b497d3c6e2dd1fd26 (commit)
from 703db9e64a7b12fe3bc6991b2a41a02b58955201 (commit)
Summary of changes:
lib/Smokingit/IRC.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 64e88327518c5cbfa3f9375b497d3c6e2dd1fd26
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jan 6 23:04:44 2014 -0500
Fix compilation error
diff --git a/lib/Smokingit/IRC.pm b/lib/Smokingit/IRC.pm
index a790fb3..1d50288 100644
--- a/lib/Smokingit/IRC.pm
+++ b/lib/Smokingit/IRC.pm
@@ -373,7 +373,7 @@ sub do_analyze {
$status = String::IRC->new($status)->red . " - $url");
}
my $url = Jifty->web->url(path => "/test/".$commit->short_sha);
- return $smoke->configuration->name " of ".$commit->short_sha . " on ".$smoke->branch_name
+ return $smoke->configuration->name . " of ".$commit->short_sha . " on ".$smoke->branch_name
." $status";
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list