James Moger
2014-03-14 a8dd379bc357c64d1128bc6790e681e27387dbee
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);