From 42e06335f801fde775d86cf3920c6c1b4006b85b Mon Sep 17 00:00:00 2001 From: Jean-Marc Alkazzi Date: Tue, 20 Oct 2020 00:16:20 +0200 Subject: [PATCH] re-add original git url in bootstrap --- bootstrap/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index dab566e..5fcd7b1 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -292,7 +292,7 @@ def main(): pip_flags.append('--editable') tljh_repo_path = os.environ.get( 'TLJH_BOOTSTRAP_PIP_SPEC', - 'git+https://github.com/jeanmarcalkazzi/the-littlest-jupyterhub' + 'git+https://github.com/jupyterhub/the-littlest-jupyterhub.git' ) # Upgrade pip