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() .sendEmailToAdministrators( .sendMailToAdministrators( "Pull Status of " + registration.name + " is " + is.name(), message); }