diff options
author | user <user@localhost.localdomain> | 2019-08-13 13:16:55 -0400 |
---|---|---|
committer | user <user@localhost.localdomain> | 2019-08-13 13:20:42 -0400 |
commit | 773eb08705998951940cee193b0d880cab2f3e8f (patch) | |
tree | 7b5eee20948a3cbabf4e418839007a8f3ccc1879 /backend/update.py | |
parent | fdf39fe6867f28c8308e91480ad90df6284912a1 (diff) | |
download | standingwithresilience-773eb08705998951940cee193b0d880cab2f3e8f.tar.gz standingwithresilience-773eb08705998951940cee193b0d880cab2f3e8f.zip |
update branchable git url
Diffstat (limited to 'backend/update.py')
-rwxr-xr-x | backend/update.py | 2 |
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) ] |