Fix typo in error message
This commit is contained in:
parent
daca52ed6c
commit
39e57ffc46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue