Tidy up reference to Mbed TLS in help message

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2023-08-29 13:46:11 +01:00
parent 2ba89bece6
commit c69074dcf6

View file

@ -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
}