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