Skip to content

Commit

Permalink
Fix the plan finished copy better
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed May 2, 2024
1 parent 535d750 commit e546cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/terraform_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func (m tfPlanModel) View() string {
// bits = append(bits, m.progress...)

if m.changeUrl != "" {
bits = append(bits, fmt.Sprintf("\nCheck the graph and blast radius at:\n%v\n\n", m.changeUrl))
bits = append(bits, fmt.Sprintf("\nCheck the blast radius graph and risks at:\n%v\n\n", m.changeUrl))
}

if m.fatalError != "" {
Expand Down

0 comments on commit e546cef

Please sign in to comment.