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