Skip to content

Commit

Permalink
gh: attestation verify - fix repo override
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Apr 3, 2024
1 parent db08fb6 commit c47e526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completers/gh_completer/cmd/attestation_verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func init() {
"digest-alg": carapace.ActionValues("sha256", "sha512"),
"format": carapace.ActionValues("json"),
"owner": gh.ActionOrganizations(gh.HostOpts{}),
"repo": action.ActionRepoOverride(attestationCmd),
"repo": action.ActionRepoOverride(attestation_verifyCmd),
})

carapace.Gen(attestation_verifyCmd).PositionalCompletion(
Expand Down

0 comments on commit c47e526

Please sign in to comment.