mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 14:54:53 -04:00
cli: improve error handling for validator
This commit is contained in:
parent
e130188ecd
commit
63d938d9a4
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ func UpdateInitMeasurements(config config.AttestationCfg, ownerID, clusterID str
|
|||
// the current implementation does not support it, but can be changed if we decide to add support in the future
|
||||
return updateMeasurementTDX(m, uint32(measurements.TDXIndexClusterID), clusterID)
|
||||
default:
|
||||
return fmt.Errorf("UpdateInitMeasurements: unknown attestation variant")
|
||||
return fmt.Errorf("selecting attestation variant: unknown attestation variant")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue