mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
update fleetd manifest url (#11032)
#10971 this updates the manifest url
This commit is contained in:
parent
0ee49f11fc
commit
cf874f2901
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue