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):