3699: typo fix
authorTim Pierce <twp@curoverse.com>
Tue, 9 Sep 2014 18:30:01 +0000 (14:30 -0400)
committerTim Pierce <twp@curoverse.com>
Tue, 9 Sep 2014 18:30:01 +0000 (14:30 -0400)
sdk/python/arvados/commands/copy.py

index dc9db44bd2235ff10d69c5372408e3bde42b1409..7cf7ab4761e1e92cde14aaacffe918b4b968bc0c 100755 (executable)
@@ -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)