aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Conroy <james.conroy@arm.com>2022-09-08 12:09:00 +0100
committerJames Conroy <james.conroy@arm.com>2022-09-08 12:09:00 +0100
commit2d9811dd627086d331ef39cf16f2a13752954bb5 (patch)
treeb7f3209e94bcdcd54d2cf37d6ca8fd65b1b096a8
parentda84ea2ff375b2bbf599ef824ac93af2055aef79 (diff)
downloadarmnn-2d9811dd627086d331ef39cf16f2a13752954bb5.tar.gz
Fix misspelling in get_compute_library.sh
Signed-off-by: James Conroy <james.conroy@arm.com> Change-Id: I61096136abba9c8c6b9c4c7c5ade4156cb49c8c0
-rwxr-xr-xscripts/get_compute_library.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index 0788cd5f95..ec37072481 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -73,7 +73,7 @@ cd ../..
# Default ACL repo directory name is 'clframework'
# This can be overwritten by command line option '-n'
-ACL_REPO_NAMFE="clframework"
+ACL_REPO_NAME="clframework"
if [ ! -z "$ACL_REPO_NAME_OPTION" ]; then
ACL_REPO_NAME="$ACL_REPO_NAME_OPTION"
fi