Skip to content

Commit 92be088

Browse files
chore: rename shouldCreateBranch to hasBranch
1 parent 2b500d4 commit 92be088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ func main() {
7171

7272
branchName := branch.BuildName(branchType, *jiraIssue)
7373

74-
shouldCreateBranch := command.HasBranch(branchName)
75-
checkoutCommand, err := command.Checkout(branchName, shouldCreateBranch)
74+
hasBranch := command.HasBranch(branchName)
75+
checkoutCommand, err := command.Checkout(branchName, hasBranch)
7676
if err != nil {
7777
recorder.Println(recorder.ERROR, err)
7878
os.Exit(1)

0 commit comments

Comments
 (0)