From: Tim Pierce Date: Tue, 9 Sep 2014 18:30:01 +0000 (-0400) Subject: 3699: typo fix X-Git-Tag: 1.1.0~2067^2~44 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/155c3adfcde63fcc40d6a1474cb14c73285703f6?ds=sidebyside;hp=379f500eb5304c7a5a0550de567c04f047cc54eb 3699: typo fix --- diff --git a/sdk/python/arvados/commands/copy.py b/sdk/python/arvados/commands/copy.py index dc9db44bd2..7cf7ab4761 100755 --- a/sdk/python/arvados/commands/copy.py +++ b/sdk/python/arvados/commands/copy.py @@ -262,7 +262,7 @@ def copy_git_repo(src_git_repo, dst_git_repo, dst_branch, src=None, dst=None): arvados.util.run_command( ["git", "checkout", "-B", dst_branch], cwd=tmprepo) - arvados.util.run_comment(["git", "remote", "add", "dst", dst_git_push_url], cwd=tmprepo) + arvados.util.run_command(["git", "remote", "add", "dst", dst_git_push_url], cwd=tmprepo) arvados.util.run_command(["git", "push", "dst"], cwd=tmprepo) # uuid_type(api, object_uuid)