From 155c3adfcde63fcc40d6a1474cb14c73285703f6 Mon Sep 17 00:00:00 2001 From: Tim Pierce Date: Tue, 9 Sep 2014 14:30:01 -0400 Subject: [PATCH] 3699: typo fix --- sdk/python/arvados/commands/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2