diff options
-rw-r--r-- | pym/_emerge/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 23d0f89dd..6663fe6cd 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2204,7 +2204,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 ...") |