changeset 528:b8857facac02

python/setup_repo.py
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 24 Sep 2013 13:16:23 -0700
parents 76b1723c87fc
children b2ca27f83d5f
files python/setup_repo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/setup_repo.py	Tue Sep 24 13:12:26 2013 -0700
+++ b/python/setup_repo.py	Tue Sep 24 13:16:23 2013 -0700
@@ -92,7 +92,7 @@
         remote_path = path
 
     # setup remote repository
-    remote_dir = '~/%s/%s' % (path.lstrip('/'), name)
+    remote_dir = '~/%s' % (path.lstrip('/'), name)
     command = ['ssh', host, "mkdir -p %s && cd %s && hg init" % (remote_dir, remote_dir)]
     call(command)