Tidy up reference to Mbed TLS in help message
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
2ba89bece6
commit
c69074dcf6
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ in_psa_crypto_repo () {
|
|||
|
||||
pre_check_environment () {
|
||||
if in_mbedtls_repo || in_psa_crypto_repo; then :; else
|
||||
echo "Must be run from Mbed TLS root" >&2
|
||||
echo "Must be run from Mbed TLS / psa-crypto root" >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue