mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Clarify error message
This commit is contained in:
parent
0faa96658c
commit
c2d565df40
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ func (ds *Datastore) BulkSetPendingMDMHostProfiles(
|
|||
countProfUUIDs++
|
||||
}
|
||||
if countProfUUIDs > 1 {
|
||||
return errors.New("profile uuids must all be Apple profiles, Apple declarations or Windows profiles")
|
||||
return errors.New("profile uuids must be all Apple profiles, all Apple declarations, or all Windows profiles")
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue