From e546cefcf7edb1de2a4ab3587d4f6998e016bb27 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Thu, 2 May 2024 18:24:03 +0200 Subject: [PATCH] Fix the plan finished copy better --- cmd/terraform_plan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/terraform_plan.go b/cmd/terraform_plan.go index 29da49d7..1ed35ac9 100644 --- a/cmd/terraform_plan.go +++ b/cmd/terraform_plan.go @@ -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 != "" {