Fixed syntax error
authorAndrew DeFaria <Andrew@DeFaria.com>
Wed, 11 Apr 2018 14:01:52 +0000 (07:01 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Wed, 11 Apr 2018 14:01:52 +0000 (07:01 -0700)
lib/Clearcase/UCM/Baseline.pm

index cf765a2..bf67d94 100644 (file)
@@ -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 () {