Skip to content

Commit

Permalink
Fix lint; docs
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Steindler <[email protected]>
  • Loading branch information
steiza committed Jul 3, 2024
1 parent fb90891 commit ccd6171
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/attest/attest_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func makeNewBundle(rekorEntry *models.LogEntryAnon, payload, sig, signer, timest
},
}

contents, err := protojson.Marshal(bundle)
contents, err := protojson.Marshal(bundle)
if err != nil {
return nil, err
}
Expand Down
2 changes: 1 addition & 1 deletion doc/cosign_attest-blob.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/cosign_sign-blob.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ccd6171

Please sign in to comment.