Skip to content

Commit 1685bf5

Browse files
revert a c&p error introduced in 3457479
Signed-off-by: Thomas Fossati <[email protected]>
1 parent 8613dee commit 1685bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cca/verify_as.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
var verifyValidArgs = []string{"attester", "relying-party"}
1313

14-
const CCATokenMediaType = `application/eat-collection; profile="tag:arm.com,2023:cca_platform#1.0.0"`
14+
const CCATokenMediaType = `application/eat-collection; profile="http://arm.com/CCA-SSD/1.0.0"`
1515

1616
var verifyAsCmd = &cobra.Command{
1717
Use: "verify-as",

0 commit comments

Comments
 (0)