James Moger
2013-01-23 c7acc2e1fa86102bb87e715c8fe4e336329fbcc6
src/com/gitblit/FederationClient.java
@@ -76,7 +76,7 @@
      }
      // configure the Gitblit singleton for minimal, non-server operation
      GitBlit.self().configureContext(settings, false);
      GitBlit.self().configureContext(settings, null, false);
      FederationPullExecutor executor = new FederationPullExecutor(registrations, params.isDaemon);
      executor.run();
      if (!params.isDaemon) {