aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pull
diff options
context:
space:
mode:
Diffstat (limited to 'pull')
-rw-r--r--pull/registry.py6
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'),
)