mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
fix link in error (#11068)
This commit is contained in:
parent
0deed1f112
commit
da15fc8f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ func downloadRemoteMacosBootstrapPackage(url string) (*fleet.MDMAppleBootstrapPa
|
|||
case errors.Is(err, file.ErrInvalidType):
|
||||
return nil, errors.New("Couldn’t edit bootstrap_package. The file must be a package (.pkg).")
|
||||
case errors.Is(err, file.ErrNotSigned):
|
||||
return nil, errors.New("Couldn’t edit bootstrap_package. The bootstrap_package must be signed. Learn how to sign the package in the Fleet documentation: https://fleetdm.com/docs/using-fleet/mdm-macos-setup")
|
||||
return nil, errors.New("Couldn’t edit bootstrap_package. The bootstrap_package must be signed. Learn how to sign the package in the Fleet documentation: https://fleetdm.com/docs/using-fleet/mdm-setup")
|
||||
default:
|
||||
return nil, fmt.Errorf("checking package signature: %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue