Support HTTPS/SSH cloning
This commit is contained in:
@ -10,7 +10,7 @@ from abralib import clone_all_apps, get_repos_json
|
||||
def main():
|
||||
"""Run the script."""
|
||||
repos_json = get_repos_json()
|
||||
clone_all_apps(repos_json)
|
||||
clone_all_apps(repos_json, ssh=True)
|
||||
|
||||
|
||||
main()
|
||||
|
Reference in New Issue
Block a user