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) {