James Moger
2011-12-28 e9e175f25e2f66961cd0885cdbfd0f4bad4c1ab2
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);
               }