Skip to content

Commit 17dee10

Browse files
authored
fix typo
1 parent d2a65f3 commit 17dee10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/audit/audit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func run(ctx context.Context, opts *options) error {
9090
metadata := trustedBundle.GetRootMetadata()
9191
logger.WithField("date", metadata.Date).
9292
WithField("commit", metadata.Commit).
93-
Debug("metadata")
93+
Debug("bundle's metadata")
9494
logger.Debugf("found %d vendors", len(trustedBundle.GetVendors()))
9595
logger.IncreasePadding()
9696
for _, v := range trustedBundle.GetVendors() {

0 commit comments

Comments
 (0)