Fix s/munki_common/munkicommon/ typo introduced in e22995c5c4

This commit is contained in:
ogle
2012-11-07 21:56:37 +00:00
parent e22995c5c4
commit 22002c7153
+1 -1
View File
@@ -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)