[Bps-public-commit] r14227 - in Shipwright: trunk/lib/Shipwright/Script

spang at bestpractical.com spang at bestpractical.com
Thu Jul 17 15:11:59 EDT 2008


Author: spang
Date: Thu Jul 17 15:11:56 2008
New Revision: 14227

Modified:
   Shipwright/   (props changed)
   Shipwright/trunk/lib/Shipwright/Script/Delete.pm

Log:
 r45013 at loki:  spang | 2008-07-17 20:11:37 +0100
 fix the same problem that rename had in delete


Modified: Shipwright/trunk/lib/Shipwright/Script/Delete.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Script/Delete.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Script/Delete.pm	Thu Jul 17 15:11:56 2008
@@ -30,8 +30,8 @@
 
     die "no such dist: $name\n" unless grep { $_ eq $name } @$order;
 
-    $shipwright->backend->delete( path => "dists/$name" );
-    $shipwright->backend->delete( path => "scripts/$name" );
+    $shipwright->backend->delete( path => "/dists/$name" );
+    $shipwright->backend->delete( path => "/scripts/$name" );
 
     # clean order.yml
     @$order = grep { $_ ne $name } @$order;



More information about the Bps-public-commit mailing list