From cc432d9589fe844aac8475dc00eea86ab1c77dbd Mon Sep 17 00:00:00 2001
From: Alex Finnarn <alex.finnarn@gmail.com>
Date: Fri, 9 Feb 2024 13:47:39 -0500
Subject: [PATCH] Update scripts/next-build-frontend.sh

Co-authored-by: Tanner Heffner <tanner.heffner@agile6.com>
---
 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 c1f71c2ffb..0eee194f5a 100644
--- a/scripts/next-build-frontend.sh
+++ b/scripts/next-build-frontend.sh
@@ -35,7 +35,7 @@ trap "rm -f ${filesdir}/next-buildlock.txt && rm -f ${filesdir}/next-buildreques
 # Just because the path is really long:
 logfile="${filesdir}/next-build.txt"
 
-# The currently selected version of content-build (may be "__default", a PR#, or a git ref)
+# The currently selected version of next-build (may be "__default", a PR#, or a git ref)
 next_build_version=$(drush va-gov-content-release:frontend-version:get next_build | tail -1)
 
 # The currently selected version of vets-website (may be "__default", a PR#, or a git ref)