James Moger
2011-12-19 6cc1d4cf3605719af3f9a37ee09cb02519be3571
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);
               }