From: Andrew DeFaria Date: Wed, 11 Apr 2018 14:01:52 +0000 (-0700) Subject: Fixed syntax error X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=d895bcfa1f515422ffde513f7fbe55a728d9c85c;p=clearscm.git Fixed syntax error --- diff --git a/lib/Clearcase/UCM/Baseline.pm b/lib/Clearcase/UCM/Baseline.pm index cf765a2..bf67d94 100644 --- a/lib/Clearcase/UCM/Baseline.pm +++ b/lib/Clearcase/UCM/Baseline.pm @@ -284,7 +284,7 @@ Remember to check status method for error, and/or output method for output. return $Clearcase::CC->execute( "rmbl $opts -force " . $self->{name} . '@' . $self->{pvob}->name - ): + ); } # remove sub attributes () {