mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Another error message fix. (#27385)
Changed FLEET_VARS_ to FLEET_VAR_ in error message
This commit is contained in:
parent
102cc271bf
commit
92dd9a7deb
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ func additionalDigiCertValidation(contents string, digiCertVars *digiCertVarsFou
|
|||
}
|
||||
}
|
||||
if len(foundCAs) < len(digiCertVars.CAs()) {
|
||||
return &fleet.BadRequestError{Message: "Fleet variables $FLEET_VARS_DIGICERT_PASSWORD_<ca_name> and $FLEET_VARS_DIGICERT_DATA_<ca_name>" +
|
||||
return &fleet.BadRequestError{Message: "Fleet variables $FLEET_VAR_DIGICERT_PASSWORD_<ca_name> and $FLEET_VAR_DIGICERT_DATA_<ca_name>" +
|
||||
" can only be present in 'com.apple.security.pkcs12' profiles and must match the Password and PayloadContent fields in the" +
|
||||
" profile exactly"}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue