diff --git a/distributions/validate-modern.py b/distributions/validate-modern.py index 8b7fe9018..bb74965ca 100644 --- a/distributions/validate-modern.py +++ b/distributions/validate-modern.py @@ -452,7 +452,7 @@ def validate_config(path: str, valid_keys: list): else: warning(node, 'No shortcut.icon provided') - if terminal_profile := config.get('windowsterminal.profileTemplate', None): + if terminal_profile := config.get('windowsterminal.profiletemplate', None): validate_mode(terminal_profile, [oct(0o660), oct(0o640)], 0, 0, 1024 * 1024) if not terminal_profile.startswith(USR_LIB_WSL):