Explorar el Código

Fix typo in commit_tree command.

Jelmer Vernooij hace 11 años
padre
commit
21a5f41e64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/dulwich

+ 1 - 1
bin/dulwich

@@ -180,7 +180,7 @@ def cmd_commit(args):
     porcelain.commit(".", message=opts["--message"])
 
 
-def cmd_commit(args):
+def cmd_commit_tree(args):
     opts, args = getopt(args, "", ["message"])
     if args == []:
         print "usage: dulwich commit-tree tree"