James Moger
2014-03-14 fea7c52e9584ff117be8529b431b40590deef0ca
src/main/java/com/gitblit/transport/ssh/commands/Receive.java
@@ -25,7 +25,7 @@
   @Override
   protected void runImpl() throws Failure {
      try {
         ReceivePack rp = receivePackFactory.create(ctx.getSession(), repo);
         ReceivePack rp = receivePackFactory.create(ctx.getClient(), repo);
         rp.receive(in, out, null);
      } catch (Exception e) {
         throw new Failure(1, "fatal: Cannot receive pack: ", e);