Fixed syntax error
[clearscm.git] / 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 () {