James Moger
2014-03-16 0d232164930581ccc9eac1b54e4c624a62f107bd
src/main/java/com/gitblit/transport/ssh/SshCommandFactory.java
@@ -107,7 +107,7 @@
      root.setReceivePackFactory(new GitblitReceivePackFactory<SshDaemonClient>(gitblit));
      root.setAuthenticator(keyAuthenticator);
      root.setContext(new SshCommandContext(client, cmdLine));
      root.setContext(new SshCommandContext(gitblit, client, cmdLine));
      return root;
   }