diff options
Diffstat (limited to 'pull/registry.py')
-rw-r--r-- | pull/registry.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pull/registry.py b/pull/registry.py index d7a349b..822f6dc 100644 --- a/pull/registry.py +++ b/pull/registry.py @@ -51,7 +51,7 @@ MY_REPOS = ( BitbucketRepo('staging/raspi-temp-server'), BitbucketRepo('staging/x64-decoder'), - Repo('fr24/key_mgmt', 'ssh://egor@tensin-raspi2/~/tmp/key_mgmt.git'), - Repo('fr24/openfortivpn', 'ssh://egor@tensin-raspi2/~/tmp/openfortivpn.git'), - Repo('staging/pull-shadow', 'ssh://egor@tensin-raspi2/~/tmp/pull-shadow.git'), + Repo('fr24/key_mgmt', 'ssh://egor@tensin-raspi2.home/~/tmp/key_mgmt.git'), + Repo('fr24/openfortivpn', 'ssh://egor@tensin-raspi2.home/~/tmp/openfortivpn.git'), + Repo('staging/upload-shadow', 'ssh://egor@tensin-raspi2.home/~/tmp/upload-shadow.git'), ) |