We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 834da4e + 5bbcc9a commit 6b6d09aCopy full SHA for 6b6d09a
1 file changed
planemo/git.py
@@ -9,8 +9,8 @@ def command_clone(ctx, src, dest, bare=False):
9
"""
10
bare_arg = ""
11
if bare:
12
- bare_arg = "--bare "
13
- return "git clone%s '%s' '%s'" % (bare_arg, src, dest)
+ bare_arg = "--bare"
+ return "git clone %s '%s' '%s'" % (bare_arg, src, dest)
14
15
16
def clone(*args, **kwds):
0 commit comments