Skip to content

Commit b23bcf2

Browse files
correct print string
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 78b455f commit b23bcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signing/sigstore/bundle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (s *BundleSigner) Sign(ctx context.Context, statement *intoto.Statement) (s
9494
// print the logIndex.
9595
// Bundle will have already verified that the TLog entries are signed.
9696
logIndex := innerBundle.GetVerificationMaterial().GetTlogEntries()[0].GetLogIndex()
97-
fmt.Printf("Signed attestation is in rekor with UUID %d.\n", logIndex)
97+
fmt.Printf("Signed attestation is in rekor with Log Index %d.\n", logIndex)
9898
fmt.Printf("You could use rekor-cli to view the log entry details:\n\n"+
9999
" $ rekor-cli get --log-index %[1]d\n\n"+
100100
"In addition to that, you could also use the Rekor Search UI:\n\n"+

0 commit comments

Comments
 (0)