mirror of
https://github.com/munki/munki.git
synced 2026-04-22 04:28:21 -05:00
Fix s/munki_common/munkicommon/ typo introduced in e22995c5c4
This commit is contained in:
@@ -124,7 +124,7 @@ class AppleUpdates(object):
|
||||
real_cache_dir = os.path.join(self._managed_install_dir, 'swupd')
|
||||
if os.path.exists(real_cache_dir):
|
||||
if not os.path.isdir(real_cache_dir):
|
||||
munki_common.display_error(
|
||||
munkicommon.display_error(
|
||||
'%s exists but is not a dir.', real_cache_dir)
|
||||
else:
|
||||
os.mkdir(real_cache_dir)
|
||||
|
||||
Reference in New Issue
Block a user