From 300dccab55801b341f84665a2851d5157a0c4be7 Mon Sep 17 00:00:00 2001 From: Peter Brightwell Date: Tue, 19 Apr 2022 18:12:31 +0100 Subject: [PATCH] nmos-doc-build-scripts is now nmos-render-scripts --- .render/.init-scripts/make-build-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.render/.init-scripts/make-build-tools.sh b/.render/.init-scripts/make-build-tools.sh index 97beb88..2f9ac6e 100755 --- a/.render/.init-scripts/make-build-tools.sh +++ b/.render/.init-scripts/make-build-tools.sh @@ -2,5 +2,5 @@ set -o errexit -git clone --single-branch --branch "${NMOS_DOC_BUILD_SCRIPTS_BRANCH:-main}" https://${GITHUB_TOKEN:+${GITHUB_TOKEN}@}github.com/AMWA-TV/nmos-doc-build-scripts .scripts +git clone --single-branch --branch "${NMOS_DOC_BUILD_SCRIPTS_BRANCH:-main}" https://${GITHUB_TOKEN:+${GITHUB_TOKEN}@}github.com/AMWA-TV/nmos-render-scripts .scripts .scripts/install-dependencies.sh