2
0
Эх сурвалжийг харах

getopt longopts weren't specified correctly, couldn't call dulwich init --bare

Chris Eberle 13 жил өмнө
parent
commit
0b8b6b0833
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      bin/dulwich

+ 1 - 1
bin/dulwich

@@ -114,7 +114,7 @@ def cmd_dump_index(args):
 
 
 def cmd_init(args):
-    opts, args = getopt(args, "", ["--bare"])
+    opts, args = getopt(args, "", ["bare"])
     opts = dict(opts)
 
     if args == []: