From e0d6d32a143539863716b6652a9053363e3ce226 Mon Sep 17 00:00:00 2001 From: Jean-Marc Alkazzi Date: Mon, 19 Oct 2020 18:54:47 +0200 Subject: [PATCH] Temporary modification of bootstrap git repo for testing --- bootstrap/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index 5fcd7b1..dab566e 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/jupyterhub/the-littlest-jupyterhub.git' + 'git+https://github.com/jeanmarcalkazzi/the-littlest-jupyterhub' ) # Upgrade pip