James Moger
2011-12-23 f5fa7958b07d0e585542b712b13f7ad9b47a8be9
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(
                        .sendMailToAdministrators(
                              "Pull Status of " + registration.name + " is " + is.name(),
                              message);
               }