Skip to content

Commit a7bc101

Browse files
committed
Cleanup: fix incorrect comment
The comment was apparently copy/pasted from above; the branch name cannot be blank in this case.
1 parent 4833014 commit a7bc101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gui/controllers/helpers/worktree_helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (self *WorktreeHelper) NewWorktreeCheckout(base string, canCheckoutBase boo
135135
return nil
136136
}
137137

138-
// prompt for the new branch name where a blank means we just check out the branch
138+
// prompt for the new branch name
139139
self.c.Prompt(types.PromptOpts{
140140
Title: self.c.Tr.NewBranchName,
141141
HandleConfirm: func(branchName string) error {

0 commit comments

Comments
 (0)