From 24c76fe35c38e83e8dcae4350591fc499071fae9 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 11 Jan 2017 09:39:39 -0800 Subject: [PATCH] Fix unintended mass replace causulty. --- code/client/munkilib/updatecheck/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/munkilib/updatecheck/core.py b/code/client/munkilib/updatecheck/core.py index 5c1ef92b..dec98838 100644 --- a/code/client/munkilib/updatecheck/core.py +++ b/code/client/munkilib/updatecheck/core.py @@ -433,7 +433,7 @@ def get_primary_manifest_catalogs(client_id='', force_refresh=False): else: # Use cached manifest if available manifest_dir = os.path.join( - prefs.pref('managed_install_dir'), 'manifests') + prefs.pref('ManagedInstallDir'), 'manifests') manifest = os.path.join( manifest_dir, manifestutils.get_manifest(manifestutils.PRIMARY_MANIFEST_TAG))