We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fe9c5 commit 6a17f37Copy full SHA for 6a17f37
script/create-practice-repos
@@ -18,6 +18,7 @@ source ./shared_functions
18
collab_repo=$1
19
template_name=$2
20
practice_repo_name=$3
21
+safe_org_url="https://$ROOT_URL/$CLASS_ORG"
22
org_url="https://$TOKEN_OWNER:$TEACHER_PAT@$ROOT_URL/$CLASS_ORG"
23
org_repos_endpoint="https://$INSTANCE_URL/repos/$CLASS_ORG"
24
template_url="https://github.com/githubtraining/$template_name"
@@ -185,4 +186,4 @@ generate_repos
185
186
# switch back to original directory
187
popd >>log.out 2>&1 || return
188
-print_success "All $practice_repo_name repos can be found here: $org_url"
189
+print_success "All $practice_repo_name repos can be found here: $safe_org_url"
0 commit comments