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