Skip to content

Commit

Permalink
fix(branches): fast-forward to use up-to-date repo (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr authored Aug 31, 2024
1 parent a176530 commit 7792112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/components/reposection/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func (m *Model) fastForward() (tea.Cmd, error) {
if err != nil {
return constants.TaskFinishedMsg{TaskId: taskId, Err: err}
}
repo, err = git.GetRepo(*m.Ctx.RepoPath)
if err != nil {
return constants.TaskFinishedMsg{TaskId: taskId, Err: err}
}
Expand Down

0 comments on commit 7792112

Please sign in to comment.