[Bps-public-commit] Test-Chimps-Client branch, master, updated. 33e25299df258ff4e233cb98993874e8f7489cbd
Alex Vandiver
alexmv at bestpractical.com
Mon Jul 26 20:07:22 EDT 2010
The branch, master has been updated
via 33e25299df258ff4e233cb98993874e8f7489cbd (commit)
from b48e85ff0995b4fbd845051fd3d0597b9fcabffb (commit)
Summary of changes:
lib/Test/Chimps/Smoker/Source.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 33e25299df258ff4e233cb98993874e8f7489cbd
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jul 26 20:09:15 2010 -0400
Fix variable reference
diff --git a/lib/Test/Chimps/Smoker/Source.pm b/lib/Test/Chimps/Smoker/Source.pm
index 1a44dc9..fecd5a8 100644
--- a/lib/Test/Chimps/Smoker/Source.pm
+++ b/lib/Test/Chimps/Smoker/Source.pm
@@ -132,7 +132,7 @@ sub do_checkout {
my $clean = $self->clean_cmd;
if (defined $clean) {
- $clean = [ $clean ] unless ref $clean_cmd;
+ $clean = [ $clean ] unless ref $clean;
my @data;
for my $cmd ( @{$clean} ) {
print "Going to run project cleaner '$cmd'\n";
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list