doc(pr create): fix typo in comments
Co-authored-by: Tyler McGoffin <jtmcg@github.com>
This commit is contained in:
parent
d524cbddc2
commit
e9e57f3ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue