Skip to content

Commit

Permalink
Merge pull request #439 from overmindtech/fix
Browse files Browse the repository at this point in the history
Fix typo breaking `terraform apply` start change snapshots
  • Loading branch information
DavidS-ovm authored Jun 24, 2024
2 parents 28a32e6 + c2b38d6 commit e5454fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/terraform_apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ func (m tfApplyModel) startStartChangeCmd() tea.Cmd {
return nil
}

m.endingChange <- m.startingChangeSnapshot.FinishMsg()
m.startingChange <- m.startingChangeSnapshot.FinishMsg()
return nil
}
}
Expand Down

0 comments on commit e5454fe

Please sign in to comment.