jammy-amd64-tf-a-build-lts2.10: Fix copy-paste issue with LTS version

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I67fcd10c27299ce9fc0b6d6f3896b72e189e604b
diff --git a/jammy-amd64-tf-a-build-lts2.10/build.sh b/jammy-amd64-tf-a-build-lts2.10/build.sh
index eebe3bb..fb5d2f5 100755
--- a/jammy-amd64-tf-a-build-lts2.10/build.sh
+++ b/jammy-amd64-tf-a-build-lts2.10/build.sh
@@ -14,7 +14,7 @@
 DISTRIBUTION=$(basename ${PWD} | cut -f1 -d '-')
 ARCHITECTURE=$(basename ${PWD} | cut -f2 -d '-')
 #PROJECT=$(basename ${PWD} | cut -f3 -d '-')-$(basename ${PWD} | cut -f4 -d '-')
-PROJECT=tf-a-lts2.8
+PROJECT=tf-a-lts2.10
 
 # This image is a fork of jammy-amd64-tf-a-build. Copy all files from there,
 # unless already exists here.