From 48139424a2252b564623f97c4516b40dae3af4a3 Mon Sep 17 00:00:00 2001 From: Scott Henderson Date: Mon, 16 Oct 2023 08:22:08 -0700 Subject: [PATCH] fix git setup check command --- book/preliminary/checklist/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/preliminary/checklist/git.md b/book/preliminary/checklist/git.md index 0c1d5f9..8869d0f 100644 --- a/book/preliminary/checklist/git.md +++ b/book/preliminary/checklist/git.md @@ -89,7 +89,7 @@ terminal on the JupyterHub. where you will be prompted for your GitHub username and the token. ```shell -git clone {{github_org_url}}.github_setup_check.git +git clone https://github.com/geo-smart/github_setup_check.git ``` Since this is the first time you are interacting from the JupyterHub with GitHub,