mirror of
https://github.com/munki/munki.git
synced 2026-04-24 13:59:56 -05:00
Fixing spelling mistake
This commit is contained in:
@@ -2635,7 +2635,7 @@ def cleanUpManifests(subdir=""):
|
||||
else:
|
||||
os.unlink(path)
|
||||
|
||||
# Remove folder is empty
|
||||
# Remove folder if empty
|
||||
try:
|
||||
os.rmdir(manifest_dir)
|
||||
except OSError:
|
||||
|
||||
Reference in New Issue
Block a user