Fix typo in error message

This commit is contained in:
Jose Gracia 2024-11-12 09:50:39 +01:00
parent daca52ed6c
commit 39e57ffc46

View file

@ -3,7 +3,7 @@
# need HLRS_OPT_PREFIX
if [ -z "${HLRS_OPT_PREFIX}" ]; then
echo "ERROR: need environment variable HLRS_OPT_DIR"
echo "ERROR: need environment variable HLRS_OPT_PREFIX"
else
HLRS_SOFTWARE_STACK_PREFIX=${HLRS_OPT_PREFIX}/release