From c77e23ee7f814a7adb9d32e31eda18a4190da2ef Mon Sep 17 00:00:00 2001 From: Alex Finnarn Date: Fri, 9 Feb 2024 13:47:48 -0500 Subject: [PATCH] Update scripts/next-build-frontend.sh Co-authored-by: Tanner Heffner --- scripts/next-build-frontend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/next-build-frontend.sh b/scripts/next-build-frontend.sh index 0eee194f5a..d4254494c2 100644 --- a/scripts/next-build-frontend.sh +++ b/scripts/next-build-frontend.sh @@ -59,7 +59,7 @@ echo "==> Starting a frontend build. This file will be updated as the build prog #rm -rf ${reporoot}/docroot/vendor/va-gov #composer install --no-scripts &>> ${logfile} -# Get the requested content-build version +# Get the requested next-build version if [ "${next_build_version}" != "__default" ]; then echo "==> Checking out the requested frontend version" >> ${logfile} pushd ${reporoot}/next