summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/commands/git_commands/existing_main_branches.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/commands/git_commands/existing_main_branches.go b/pkg/commands/git_commands/existing_main_branches.go
index c063a6df0..8b853ed43 100644
--- a/pkg/commands/git_commands/existing_main_branches.go
+++ b/pkg/commands/git_commands/existing_main_branches.go
@@ -56,8 +56,6 @@ func (self *ExistingMainBranches) determineMainBranches() []string {
for i, branchName := range self.configuredMainBranches {
wg.Add(1)
- i := i
- branchName := branchName
go utils.Safe(func() {
defer wg.Done()