From 1044a8066bf48e6bd7984850f92ba9ce856899c1 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Fri, 29 Nov 2024 12:58:44 +0100 Subject: [PATCH] Use better config name Signed-off-by: Gabor Mezei --- tf-psa-crypto/scripts/tf_psa_crypto_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto/scripts/tf_psa_crypto_config.py b/tf-psa-crypto/scripts/tf_psa_crypto_config.py index 2b27f0facb..df69eeb70e 100755 --- a/tf-psa-crypto/scripts/tf_psa_crypto_config.py +++ b/tf-psa-crypto/scripts/tf_psa_crypto_config.py @@ -124,7 +124,7 @@ class TFPSACryptoConfigFile(config_common.ConfigFile): _path_in_tree)] def __init__(self, filename=None): - super().__init__(self.default_path, 'Crypto', filename) + super().__init__(self.default_path, 'TF-PSA-Crypto', filename) class TFPSACryptoConfig(config_common.Config):