From 119ada71da1c6cb4fc0e0083c07971cdc072593a Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Mon, 13 Feb 2023 17:20:43 -0300 Subject: [PATCH] fix XML formatting of RemoveProfile command (#9805) potential fix for https://github.com/fleetdm/fleet/issues/9802, I still can't reproduce locally but it might be that ngrok is doing some magic encoding/decoding the bytes transferred. --- server/service/apple_mdm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/service/apple_mdm.go b/server/service/apple_mdm.go index d237734f1f..eb14989e86 100644 --- a/server/service/apple_mdm.go +++ b/server/service/apple_mdm.go @@ -924,7 +924,7 @@ func (svc *Service) enqueueMDMAppleCommandRemoveEnrollmentProfile(ctx context.Co func generateMDMAppleCommandRemoveEnrollmentProfile(cmdUUID string, profileUUID string) string { return fmt.Sprintf(` - CommandUUID