diff --git a/pkg/cmd/pr/create/create.go b/pkg/cmd/pr/create/create.go index fa6373b41..24f53aaaa 100644 --- a/pkg/cmd/pr/create/create.go +++ b/pkg/cmd/pr/create/create.go @@ -662,7 +662,7 @@ func NewCreateContext(opts *CreateOptions) (*CreateContext, error) { headRef := resolvedRefs[0] for _, r := range resolvedRefs[1:] { // If the head ref is the same as the remote head ref, - // then the remote head is current, and we can use it. + // then the remote head is current and we can use it. if r.Hash == headRef.Hash { promptForHeadRepo = false break