summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 90d5dcd02..6080dd243 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -2214,7 +2214,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
(retries, effective_maxretries, dosyncuri), noiselevel=-1)
if dosyncuri.startswith('ssh://'):
- dosyncuri = dosyncuri[6:].replace('/', ':', 1)
+ dosyncuri = dosyncuri[6:].replace('/', ':/', 1)
if mytimestamp != 0 and "--quiet" not in myopts:
print(">>> Checking server timestamp ...")