Skip to content

Commit 09bd4a7

Browse files
Update cli/slsa-verifier/verify/options.go
Co-authored-by: Ramon Petgrave <[email protected]> Signed-off-by: Appu <[email protected]>
1 parent c730634 commit 09bd4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/slsa-verifier/verify/options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func (o *VerifyNpmOptions) AddFlags(cmd *cobra.Command) {
127127
cmd.MarkFlagsMutuallyExclusive("source-versioned-tag", "source-tag")
128128
}
129129

130-
// VerifyGithubAttestationOptions is the top-level options for the `verifyGithubAttestation` command.
130+
// VerifyGithubAttestationOptions is the top-level options for the `verify-github-attestation` command.
131131
type VerifyGithubAttestationOptions struct {
132132
SourceURI string
133133
BuilderID string

0 commit comments

Comments
 (0)