Skip to content

Commit

Permalink
misspell
Browse files Browse the repository at this point in the history
Signed-off-by: David Fridrich <[email protected]>
  • Loading branch information
gauron99 committed Feb 5, 2025
1 parent e3e025b commit 784d546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-knative-components.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func createPR(ctx context.Context, client *github.Client, title string, branchNa
}

// returns true when PR with given title already exists in knative/func repo
// otherwise false. Returns an error if occured, otherwise nil.
// otherwise false. Returns an error if occurred, otherwise nil.
func prExists(ctx context.Context, c *github.Client, title string) (bool, error) {
opt := &github.PullRequestListOptions{State: "open"}
list, _, err := c.PullRequests.List(ctx, "knative", "func", opt)
Expand Down

0 comments on commit 784d546

Please sign in to comment.