Skip to content

Commit

Permalink
Fix hang after terraform plan execution
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed May 2, 2024
1 parent c55235e commit a0408ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tea_terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ func (m cmdModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
return m.tokenChecks(msg.token)

case tfPlanFinishedMsg, tfApplyFinishedMsg:
// bump screen after terraform ran
skipView(m.View())
return m, nil
}

return m, tea.Batch(batch...)
Expand Down

0 comments on commit a0408ef

Please sign in to comment.