[Bps-public-commit] r11557 - in SVN-PropDB: .

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 5 20:03:53 EDT 2008


Author: jesse
Date: Sat Apr  5 20:03:50 2008
New Revision: 11557

Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/lib/Prophet/Replica.pm

Log:
 r29275 at 68-246-6-57:  jesse | 2008-04-05 14:03:27 -1000
 merge fix


Modified: SVN-PropDB/lib/Prophet/Replica.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Replica.pm	(original)
+++ SVN-PropDB/lib/Prophet/Replica.pm	Sat Apr  5 20:03:50 2008
@@ -51,7 +51,7 @@
     # XXX TODO HACK NEED A PROPER WAY TO DETERMINE SYNC SOURCE
     if ( $args->{url} =~ /^rt:/ ) {
         $class = 'Prophet::Replica::RT';
-    elsif ($args->{url} =~ /^hiveminder:/ ) {
+    } elsif ($args->{url} =~ /^hiveminder:/ ) {
         $class = 'Prophet::Replica::Hiveminder';
     } else {
         $class = 'Prophet::Replica::SVN';



More information about the Bps-public-commit mailing list