Loading process-templates.sh +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ function maybe_process_template() { # get README file from default branch log_info " ... downloading README.md to \\e[33;1m$DOC_OUT/ref/$project_name.md\\e[0m..." curl -s -H "$AUTH_HEADER" --output "$DOC_OUT/ref/$project_name.md" "$API_URL/projects/$project_id/repository/files/README.md/raw?ref=$project_default_branch" curl -sS -H "$AUTH_HEADER" --output "$DOC_OUT/ref/$project_name.md" "$API_URL/projects/$project_id/repository/files/README.md/raw?ref=$project_default_branch" # add entry to TOC case "$template_kind" in Loading Loading
process-templates.sh +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ function maybe_process_template() { # get README file from default branch log_info " ... downloading README.md to \\e[33;1m$DOC_OUT/ref/$project_name.md\\e[0m..." curl -s -H "$AUTH_HEADER" --output "$DOC_OUT/ref/$project_name.md" "$API_URL/projects/$project_id/repository/files/README.md/raw?ref=$project_default_branch" curl -sS -H "$AUTH_HEADER" --output "$DOC_OUT/ref/$project_name.md" "$API_URL/projects/$project_id/repository/files/README.md/raw?ref=$project_default_branch" # add entry to TOC case "$template_kind" in Loading