浏览代码

Missed one

John Carr 16 年之前
父节点
当前提交
c1c4b593cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dulwich/client.py

+ 1 - 1
dulwich/client.py

@@ -63,7 +63,7 @@ class GitClient(object):
         self.host = host
 
     def send_cmd(self, name, *args):
-        self.write_pkt_line("%s %s" % (name, "".join(["%s\0" % a for a in args])))
+        self.proto.write_pkt_line("%s %s" % (name, "".join(["%s\0" % a for a in args])))
 
     def capabilities(self):
         return "multi_ack side-band-64k thin-pack ofs-delta"