[Bps-public-commit] r14580 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Mon Jul 28 12:56:11 EDT 2008


Author: sartak
Date: Mon Jul 28 12:56:00 2008
New Revision: 14580

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/CLI/Command/Push.pm

Log:
 r65324 at onn:  sartak | 2008-07-28 12:55:15 -0400
 agh "$s\nelf" is bad


Modified: Prophet/trunk/lib/Prophet/CLI/Command/Push.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Push.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Push.pm	Mon Jul 28 12:56:00 2008
@@ -7,9 +7,7 @@
 
     die "Please specify a --to.\n" if !$self->has_arg('to');
 
-    $self->set_arg(from => $self->app_handle->default_replica_type.":file://".$s
-elf->app_handle->handle->fs_root);
-
+    $self->set_arg(from => $self->app_handle->default_replica_type.":file://".$self->app_handle->handle->fs_root);
     $self->set_arg(db_uuid => $self->app_handle->handle->db_uuid);
 
     super();



More information about the Bps-public-commit mailing list