aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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