aboutsummaryrefslogtreecommitdiff
path: root/internal/gitutil/pull_request.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitutil/pull_request.go')
-rw-r--r--internal/gitutil/pull_request.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitutil/pull_request.go b/internal/gitutil/pull_request.go
index 818dc230..e35a477e 100644
--- a/internal/gitutil/pull_request.go
+++ b/internal/gitutil/pull_request.go
@@ -24,7 +24,7 @@ type PullRequestMeta struct {
NumFiles int
}
-func (moduler) PullRequestMeta(headPath, basePath, headBranch, baseBranch string) (*PullRequestMeta, error) {
+func (module) PullRequestMeta(headPath, basePath, headBranch, baseBranch string) (*PullRequestMeta, error) {
tmpRemoteBranch := baseBranch
// We need to create a temporary remote when the pull request is sent from a forked repository.