mirror of
https://github.com/munki/munki.git
synced 2026-04-21 03:58:20 -05:00
Fixed more indents
This commit is contained in:
@@ -2371,11 +2371,11 @@ def getPrimaryManifest(alternate_id):
|
||||
manifest = getmanifest(manifesturl + clientidentifier,
|
||||
suppress_errors=True)
|
||||
elif not manifest:
|
||||
# last resort - try for the site_default manifest
|
||||
clientidentifier = 'site_default'
|
||||
munkicommon.display_detail('Request failed. ' +
|
||||
'Trying %s...' %
|
||||
clientidentifier)
|
||||
# last resort - try for the site_default manifest
|
||||
clientidentifier = 'site_default'
|
||||
munkicommon.display_detail('Request failed. ' +
|
||||
'Trying %s...' %
|
||||
clientidentifier)
|
||||
|
||||
if not manifest:
|
||||
manifest = getmanifest(
|
||||
|
||||
Reference in New Issue
Block a user