From f6858c674b1c04cdfb1501e8d1237890edf1c830 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 26 Feb 2024 17:07:16 -0600 Subject: [PATCH] typo --- .../cerc-nextjs-base/scripts/apply-runtime-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/data/container-build/cerc-nextjs-base/scripts/apply-runtime-env.sh b/stack_orchestrator/data/container-build/cerc-nextjs-base/scripts/apply-runtime-env.sh index 737c90e7..ba0f725f 100755 --- a/stack_orchestrator/data/container-build/cerc-nextjs-base/scripts/apply-runtime-env.sh +++ b/stack_orchestrator/data/container-build/cerc-nextjs-base/scripts/apply-runtime-env.sh @@ -17,7 +17,7 @@ if [ -z "$CERC_BUILD_TOOL" ]; then else CERC_BUILD_TOOL=npm fi -f +fi cd "${WORK_DIR}" || exit 1