From cf874f2901f2dd1d7ae3446ddc7756c6506ec100 Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Thu, 6 Apr 2023 13:50:40 -0300 Subject: [PATCH] update fleetd manifest url (#11032) #10971 this updates the manifest url --- server/mdm/apple/apple_mdm.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/mdm/apple/apple_mdm.go b/server/mdm/apple/apple_mdm.go index cd9abaf736..c37cd5acfe 100644 --- a/server/mdm/apple/apple_mdm.go +++ b/server/mdm/apple/apple_mdm.go @@ -50,8 +50,7 @@ const ( // FleetdPublicManifestURL contains a valid manifest that can be used // by InstallEnterpriseApplication to install `fleetd` in a host. - // TODO: update this URL with the value TBD in #10960 - FleetdPublicManifestURL = "https://download.fleetdm.com/fleetd-base.plist" + FleetdPublicManifestURL = "https://download.fleetdm.com/fleetd-base-manifest.plist" ) func ResolveAppleMDMURL(serverURL string) (string, error) {