From bf13d82cee7c8de25794d38e883b58bfe6bc3a23 Mon Sep 17 00:00:00 2001 From: Bob Gendler Date: Tue, 31 Aug 2021 11:19:10 -0400 Subject: [PATCH] case sensitivity fix --- rules/os/os_config_data_install_enforce.yaml | 2 +- rules/sysprefs/sysprefs_critical_update_install_enforce.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/os/os_config_data_install_enforce.yaml b/rules/os/os_config_data_install_enforce.yaml index 2f30dd44..301a317a 100644 --- a/rules/os/os_config_data_install_enforce.yaml +++ b/rules/os/os_config_data_install_enforce.yaml @@ -39,4 +39,4 @@ tags: mobileconfig: true mobileconfig_info: com.apple.SoftwareUpdate: - configdatainstall: true + ConfigDataInstall: true diff --git a/rules/sysprefs/sysprefs_critical_update_install_enforce.yaml b/rules/sysprefs/sysprefs_critical_update_install_enforce.yaml index 8f395fa3..532b77d9 100644 --- a/rules/sysprefs/sysprefs_critical_update_install_enforce.yaml +++ b/rules/sysprefs/sysprefs_critical_update_install_enforce.yaml @@ -32,4 +32,4 @@ tags: mobileconfig: true mobileconfig_info: com.apple.SoftwareUpdate: - criticalUpdateInstall: true + CriticalUpdateInstall: true