Skip to content

Commit

Permalink
fix(checkpatch): Testing output
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Apr 29, 2024
1 parent 10cc0e2 commit c981383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/governctl/pr/check/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ func NewPatch() *cobra.Command {
func (opts *Patch) Run(ctx context.Context, args []string) error {
var extraIgnores []string

fmt.Printf("args: %v\n", args)
fmt.Printf("opts: %v\n", opts)
fmt.Printf("%d\n", len(opts.CommitterName))

ghOrg, ghRepo, ghPrId, err := cmdutils.ParseOrgRepoAndPullRequestArgs(args)
if err != nil {
Expand Down

0 comments on commit c981383

Please sign in to comment.