summaryrefslogtreecommitdiff
path: root/backend/update.py
diff options
context:
space:
mode:
authoruser <user@localhost.localdomain>2019-08-13 13:16:55 -0400
committeruser <user@localhost.localdomain>2019-08-13 13:20:42 -0400
commit773eb08705998951940cee193b0d880cab2f3e8f (patch)
tree7b5eee20948a3cbabf4e418839007a8f3ccc1879 /backend/update.py
parentfdf39fe6867f28c8308e91480ad90df6284912a1 (diff)
downloadstandingwithresilience-773eb08705998951940cee193b0d880cab2f3e8f.tar.gz
standingwithresilience-773eb08705998951940cee193b0d880cab2f3e8f.zip
update branchable git url
Diffstat (limited to 'backend/update.py')
-rwxr-xr-xbackend/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/update.py b/backend/update.py
index 50c3983..0f5577a 100755
--- a/backend/update.py
+++ b/backend/update.py
@@ -27,7 +27,7 @@ if resilient.freenet.freesitemgr.found and resilient.freenet.running:
##################### Instantiate remotes
git_repos = [
- resilient.git('git://standingwithresilience.branchable.com/'),
+ resilient.git('ssh://b-standingwithresilience@standingwithresilience.branchable.com/'),
resilient.git('fairlystable-guest:/srv/git/standingwithresilience'),
resilient.git('https://gitlab.com/standingwithresilience/standingwithresilience.gitlab.io.git', None)
]