mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
Fix unintended mass replace causulty.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user