From 533647b399b4e05b2000ea923a9ecce5e92e2ef9 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 10 May 2017 08:01:06 -0700 Subject: [PATCH] more comments to explain an on-purpose misspelling --- code/client/munkilib/osinstaller.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/client/munkilib/osinstaller.py b/code/client/munkilib/osinstaller.py index 72dc57b5..d4ef0a86 100644 --- a/code/client/munkilib/osinstaller.py +++ b/code/client/munkilib/osinstaller.py @@ -282,6 +282,9 @@ class StartOSInstallRunner(object): pass elif msg.startswith('Helper tool creashed'): # no need to print that stupid message to screen! + # yes, 'creashed' is misspelled. This is not a Munki bug/typo, + # this is an Apple typo. But we have to match against what + # Apple outputs. munkilog.log(msg) elif msg.startswith( ('Signaling PID:', 'Waiting to reboot',