James Moger
2011-12-17 9fd38cf138f0661990c4f542795beac618942c41
src/com/gitblit/FederationPullExecutor.java
@@ -113,7 +113,7 @@
                  String message = "Federation pull of " + registration.name + " @ "
                        + registration.url + " is now at " + is.name();
                  GitBlit.self()
                        .notifyAdministrators(
                        .sendEmailToAdministrators(
                              "Pull Status of " + registration.name + " is " + is.name(),
                              message);
               }